Issue #2307 has been updated by James Turnbull.

Target version changed from 1.6.0 to 1.5.6


----------------------------------------
Bug #2307: undefined local variable or method `zone'
http://projects.reductivelabs.com/issues/2307

Author: Jim Pirzyk
Status: Closed
Priority: Normal
Assigned to: Paul Nasrat
Category: 
Target version: 1.5.6
Complexity: Unknown
Keywords: 


Facter 1.5.5:

Could not retrieve virtual: undefined local variable or method `zone' for 
#<Facter::Util::Resolution:0x83146bc>
Could not retrieve virtual: undefined local variable or method `zone' for 
#<Facter::Util::Resolution:0x83146bc>


In virtual.rb:

--- virtual.rb.orig     Wed May 27 19:57:16 2009
+++ virtual.rb  Wed May 27 19:52:56 2009
@@ -9,7 +9,7 @@
         if FileTest.exists?("/sbin/zonename")
             z = %x{"/sbin/zonename"}.chomp
             if z != 'global'
-                result = zone
+                result = 'zone'
             end
         end



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://reductivelabs.com/redmine/my/account

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" 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-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to