stelligent / stelligent_demo

MIT License
6 stars 22 forks source link

Move from Puppet to Chef Zero #7

Open trikosuave opened 9 years ago

trikosuave commented 9 years ago

Convert the Puppet implementation to Chef Zero.

trikosuave commented 9 years ago

doing this will overcome all of the puppet "sleep" timing hacks

such as

       "installjenkins1": {
                "command": "while [[ $(curl -s -w \"%{http_code}\" http://localhost:8080 -o /dev/null) != \"200\" ]]; do sleep 1; done"
              },