> Jun  7 11:50:49 sysadmin puppet-agent[5152]:
> (/Stage[main]/Puppetd/Tidy[/etc/puppet/auth.conf.rpmnew]) Tidying
> File[/etc/puppet/auth.conf.rpmnew]
> Jun  7 11:50:50 sysadmin puppet-agent[5152]: Got an uncaught exception
> of type NameError: uninitialized class variable @@scale in
> Puppet::Type::Schedule::ParameterPeriod

The semantics of class variables has changed in 1.9.2; as a quick check,
try changing both occurrences of the variable "@@scale" in
lib/puppet/type/schedule.rb to "Schedule_scales" (note the capital
letter) and likewise with "@@methods" to "Schedule_methods" and see if
that works.

If it does, you can submit it as a patch; if it doesn't, try
"::Scedule_scales" and "::Scedule_methods" which is uglier but should
definitely fix it.

-- Markus


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to