]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - facts/mounts.rb
Don't exit
[dsa-puppet.git] / facts / mounts.rb
index 5f3d3c12ec22ef4c25f45f540880b2419a229812..8e7db18db88fa217c952c4b1e711d90f8b35fa1d 100644 (file)
@@ -1,7 +1,7 @@
 begin
   require 'filesystem'
 rescue Exception => e
-  exit 0
+  return 0
 end
 
 Facter.add("mounts") do