Merge branch 'master' into staging
[mirror/dsa-puppet.git] / 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|