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:
e845029
)
stab 3
author
Stephen Gran
<steve@lobefin.net>
Tue, 21 Sep 2010 20:35:00 +0000
(21:35 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 21 Sep 2010 20:35:00 +0000
(21:35 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
facts/ipaddresses.rb
patch
|
blob
|
history
diff --git
a/facts/ipaddresses.rb
b/facts/ipaddresses.rb
index
0dd13fd
..
05e3e90
100644
(file)
--- a/
facts/ipaddresses.rb
+++ b/
facts/ipaddresses.rb
@@
-20,7
+20,7
@@
Facter.add("v4ips") do
end
Facter.add("v4ips") do
- confine :kernel =>
%w{GNU/kFreeBSD}
+ confine :kernel =>
'GNU/kFreeBSD'
setcode do
addrs = []
output = %x{/sbin/ifconfig}