Skip to content

Commit

Permalink
appease yamllint
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Detjens <[email protected]>
  • Loading branch information
detjensrobert committed Aug 20, 2021
1 parent ed03aff commit 3118472
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ provisioner:
log_level: <%= ENV['CHEF_LOG_LEVEL'] || 'auto' %>
# Allow reboots
retry_on_exit_code:
- 35 # 35 is the exit code signaling that the node is rebooting
- 35 # 35 is the exit code signaling that the node is rebooting
max_retries: 60
wait_for_retry: 300
client_rb:
exit_status: :enabled # Opt-in to the standardized exit codes
client_fork: false # Forked instances don't return the real exit code
exit_status: :enabled # Opt-in to the standardized exit codes
client_fork: false # Forked instances don't return the real exit code
root_path: /var/tmp/kitchen

verifier:
Expand Down

0 comments on commit 3118472

Please sign in to comment.