Issue #2307 has been reported by Jim Pirzyk.
----------------------------------------
Bug #2307: undefined local variable or method `zone'
http://projects.reductivelabs.com/issues/2307
Author: Jim Pirzyk
Status: Unreviewed
Priority: Normal
Assigned to:
Category:
Target version:
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
-~----------~----~----~----~------~----~------~--~---