clburlison / bakeit

A platform agnostic chef bootstrap tool
MIT License
8 stars 0 forks source link

Add timeout option for pre/post commands #36

Open clburlison opened 6 years ago

clburlison commented 6 years ago

When #33 was implemented we didn't worry about commands that might never finish running. We are checking for exit codes which should cover us 99% of the time. The next level is to add a timeout option so if the command never completes bakeit will continue with the workflow.