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. -- Jos Backus jos at catnook.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 -~----------~----~----~----~------~----~------~--~---
