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 82395ed..b55c43b 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|