diff options
-rwxr-xr-x | bin/puppetrun | 2 |
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 |