]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
stab two
authorStephen Gran <steve@lobefin.net>
Tue, 21 Sep 2010 20:33:37 +0000 (21:33 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 21 Sep 2010 20:33:37 +0000 (21:33 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
facts/ipaddresses.rb

index 01e20123d4b28c3de9fb9ca655b3b701d207c1c0..0dd13fd32c45a01e71b5b61351b2af85461fe427 100644 (file)
@@ -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}