On Jan 4, 2009, at 11:15 PM, Jos Backus wrote: > > On Sun, Jan 04, 2009 at 05:33:38PM -0600, Luke Kanies wrote: >> @@ -153,7 +153,7 @@ module Facter >> case bit >> when TrueClass: @@debug = 1 > > Fwiw, 1.9 wants this to be > > when TrueClass; @@debug = 1 > > Patch at http://projects.reductivelabs.com/issues/show/1849 > > No doubt there are other 1.9 portability issues but this is an easy > one to > fix.
Heh, well, it's not trivial, exactly; at least, not without making a new commit. I noticed your Puppet 1.9 portability bug; I ran Puppet against 1.9 recently and I don't think that was the only problem. It's worth opening a portability bug for Facter and treating it separately, IMO. -- The intelligent man finds almost everything ridiculous, the sensible man hardly anything. -- Johann Wolfgang von Goethe --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
