projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f316b2a
)
unnecessary to constrain this to a linux kernel
author
Stephen Gran
<steve@lobefin.net>
Tue, 22 Sep 2009 20:22:16 +0000
(21:22 +0100)
committer
Stephen 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
patch
|
blob
|
history
diff --git
a/facts/hosts.rb
b/facts/hosts.rb
index
82395ed
..
b55c43b
100644
(file)
--- 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|