diff options
author | Pietro Ferrari <pietro@riseup.net> | 2008-11-11 00:16:41 +0000 |
---|---|---|
committer | Pietro Ferrari <pietro@riseup.net> | 2008-11-11 00:16:41 +0000 |
commit | b43b2a2d5b0c424f3fce801f9158af60df20978a (patch) | |
tree | b1e48d613ee0d76a686a83c2ccdec4f769060c89 /plugins/facter/virtual.rb | |
parent | 0a4679409748b22f464526ec2c4aad1771c80b80 (diff) | |
download | puppet-virtual-b43b2a2d5b0c424f3fce801f9158af60df20978a.tar.gz puppet-virtual-b43b2a2d5b0c424f3fce801f9158af60df20978a.tar.bz2 |
merge some changes from immerda repository. specially xen related.
Diffstat (limited to 'plugins/facter/virtual.rb')
-rw-r--r-- | plugins/facter/virtual.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/facter/virtual.rb b/plugins/facter/virtual.rb index e649345..afb60f3 100644 --- a/plugins/facter/virtual.rb +++ b/plugins/facter/virtual.rb @@ -13,7 +13,7 @@ Facter.add("virtual") do setcode do - lspciexists = system "which lspci >&/dev/null" + lspciexists = system "which lspci > /dev/null 2>&1" if $?.exitstatus == 0 output = %x{lspci} output.each {|p| |