-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reboot error on chef 13 #12
Comments
|
This causes an error exit code in chef 13
|
Work arounds
Unfortunately this still returns an exit code of |
On chef 13.6.4 the chef run succeeds as far as powershell is concerned, but still reports an error to the chef server
|
FATAL: Chef::Exceptions::Reboot: Rebooting server at a recipe's |
The way chef handles reboots is changing.
https://github.com/chef/chef-rfc/blob/master/rfc062-exit-status.md
Make sure cookbook supports non 0 exit codes
The text was updated successfully, but these errors were encountered: