From: Stephen Gran Date: Sat, 14 Mar 2009 22:11:35 +0000 (+0000) Subject: Don't exit X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9fd33e6349c4a991d96ffd475737dbf6d814e8a0;p=dsa-puppet.git Don't exit Signed-off-by: Stephen Gran --- diff --git a/facts/mounts.rb b/facts/mounts.rb index 5f3d3c12..8e7db18d 100644 --- 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