]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
unnecessary to constrain this to a linux kernel
authorStephen Gran <steve@lobefin.net>
Tue, 22 Sep 2009 20:22:16 +0000 (21:22 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 22 Sep 2009 20:22:16 +0000 (21:22 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
facts/hosts.rb

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