]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
a random test
authorStephen Gran <steve@lobefin.net>
Tue, 22 Sep 2009 23:21:39 +0000 (00:21 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 22 Sep 2009 23:21:39 +0000 (00:21 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
facts/hosts.rb

index b55c43b1a2546dbc46617459b320714a3ffc9d00..69c15acd29e719466f1759c041e2dfb23052ce28 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|