[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch, upstream, updated. 3a39dd8353b6308cf49522990104cc63e55d7cda
James Turnbull
james at lovedthanlost.net
Fri Jan 29 17:22:34 UTC 2010
The following commit has been merged in the upstream branch:
commit dcdd5ceee36750bda99652969ea0cb8c5680e5b9
Author: James Turnbull <james at lovedthanlost.net>
Date: Thu Jun 4 21:59:42 2009 +1000
Fixes #2307 - Minor fix for zone in virtual.rb
diff --git a/lib/facter/virtual.rb b/lib/facter/virtual.rb
index 203d306..72bfe51 100644
--- a/lib/facter/virtual.rb
+++ b/lib/facter/virtual.rb
@@ -9,7 +9,7 @@ Facter.add("virtual") do
if FileTest.exists?("/sbin/zonename")
z = %x{"/sbin/zonename"}.chomp
if z != 'global'
- result = zone
+ result = 'zone'
end
end
--
Packaging of Facter for debian
More information about the Pkg-puppet-devel
mailing list