From: Stephen Gran Date: Tue, 22 Sep 2009 20:22:16 +0000 (+0100) Subject: unnecessary to constrain this to a linux kernel X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f388eecbb5d57dd1100b6c37fb2b88e1924e3fe8;p=mirror%2Fdsa-puppet.git unnecessary to constrain this to a linux kernel Signed-off-by: Stephen Gran --- 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|