summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/client.rb')
-rw-r--r--lib/chef/client.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index dbd26b26c0..457a67a98a 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -428,7 +428,9 @@ class Chef
run_context = setup_run_context
- converge(run_context)
+ catch (:interrupt_run_and_reboot) do
+ converge(run_context)
+ end
save_updated_node