summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-14 00:44:51 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-06-14 00:44:51 +0000
commit603a53c863350f4f2ce9658ee874711d80cf6c76 (patch)
tree0800c2b54c5b29c0892a42ae951f6b43fb8a7df3
parentc1f0fb7206fb9ac94adcc1526a0df9f5aeb76568 (diff)
downloadpuppet-603a53c863350f4f2ce9658ee874711d80cf6c76.tar.gz
puppet-603a53c863350f4f2ce9658ee874711d80cf6c76.tar.xz
puppet-603a53c863350f4f2ce9658ee874711d80cf6c76.zip
Just logging host failures, not exiting
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1274 980ebf18-57e1-0310-9a29-db15c13687c0
-rwxr-xr-xbin/puppetrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetrun b/bin/puppetrun
index c17d359d7..87d8deb74 100755
--- a/bin/puppetrun
+++ b/bin/puppetrun
@@ -338,7 +338,7 @@ while go
client.run(tags, options[:ignoreschedules], options[:foreground])
rescue => detail
$stderr.puts "Host %s failed: %s" % [host, detail]
- exit(2)
+ next
end
end
children[pid] = host