From: Stephen Gran Date: Tue, 21 Sep 2010 20:33:37 +0000 (+0100) Subject: stab two X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=e84502969017e54916cdc5e0d97884c5a36e55c1;p=mirror%2Fdsa-puppet.git stab two Signed-off-by: Stephen Gran --- diff --git a/facts/ipaddresses.rb b/facts/ipaddresses.rb index 01e20123d..0dd13fd32 100644 --- a/facts/ipaddresses.rb +++ b/facts/ipaddresses.rb @@ -20,7 +20,7 @@ Facter.add("v4ips") do end Facter.add("v4ips") do - confine :kernel => %w{FreeBSD} + confine :kernel => %w{GNU/kFreeBSD} setcode do addrs = [] output = %x{/sbin/ifconfig}