Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet
authorStephen Gran <steve@lobefin.net>
Tue, 22 Sep 2009 23:21:46 +0000 (00:21 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 22 Sep 2009 23:21:46 +0000 (00:21 +0100)
facts/hosts.rb

index b55c43b..69c15ac 100644 (file)
@@ -1,4 +1,5 @@
 Facter.add("brokenhosts") do
+        confine :kernel => :linux
        brokenhosts = "true"
        if FileTest.exist?("/etc/hosts")
                IO.foreach("/etc/hosts") do |x|