From f388eecbb5d57dd1100b6c37fb2b88e1924e3fe8 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 22 Sep 2009 21:22:16 +0100 Subject: [PATCH] unnecessary to constrain this to a linux kernel Signed-off-by: Stephen Gran --- facts/hosts.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/facts/hosts.rb b/facts/hosts.rb index 82395ed5f..b55c43b1a 100644 --- a/facts/hosts.rb +++ b/facts/hosts.rb @@ -1,5 +1,4 @@ Facter.add("brokenhosts") do - confine :kernel => :linux brokenhosts = "true" if FileTest.exist?("/etc/hosts") IO.foreach("/etc/hosts") do |x| -- 2.20.1