Don't exit
authorStephen Gran <steve@lobefin.net>
Sat, 14 Mar 2009 22:11:35 +0000 (22:11 +0000)
committerStephen 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

index 5f3d3c1..8e7db18 100644 (file)
@@ -1,7 +1,7 @@
 begin
   require 'filesystem'
 rescue Exception => e
-  exit 0
+  return 0
 end
 
 Facter.add("mounts") do