Hello...
On Wed, 2011-06-08 at 10:35 -0700, markus wrote: > > 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. > I ended up reverting back to puppet-2.6.8 and ruby-1.8.5 (centos5). see other email about URI size. I tried putting apache in front and ran into many more errors: # yumrepo enable => '0' 2011-06-08 04:23:19 -0700 /Stage[main]/Yum/Yumrepo[ius-testing] (err): Could not evaluate: undefined method `file?' for Puppet::Type::File:Class I'm finishing up some work pre-vacation so it will be a couple weeks before I can re-visit this. which git branch would be the best to follow for ruby 1.9.2; master or 2.7.0rc ? > -- Markus > > -- Christopher McCrory To the optimist, the glass is half full. To the pessimist, the glass is half empty. To the engineer, the glass is twice as big as it needs to be. -- 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.