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:
2607f8c
)
Don't exit
author
Stephen Gran
<steve@lobefin.net>
Sat, 14 Mar 2009 22:11:35 +0000
(22:11 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 14 Mar 2009 22:11:35 +0000
(22:11 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
facts/mounts.rb
patch
|
blob
|
history
diff --git
a/facts/mounts.rb
b/facts/mounts.rb
index
5f3d3c1
..
8e7db18
100644
(file)
--- a/
facts/mounts.rb
+++ b/
facts/mounts.rb
@@
-1,7
+1,7
@@
begin
require 'filesystem'
rescue Exception => e
-
exit
0
+
return
0
end
Facter.add("mounts") do