From 603a53c863350f4f2ce9658ee874711d80cf6c76 Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 14 Jun 2006 00:44:51 +0000 Subject: Just logging host failures, not exiting git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1274 980ebf18-57e1-0310-9a29-db15c13687c0 --- bin/puppetrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit