Details
Description
Reproduction steps
$ knife ec2 server create "node[app-server]" -i ami-28c03641 -G "TrailHunger Prod" -x ubuntu -Z us-east-1d -S TrailHungerProd -I "/c/Users/Edward/Documents/Projects/TrailHunter/Amazon Web Service/TrailHungerProd.pem"
Actual results:
The server is started and bootstrapped but the runlist is never applied.
Opscode platform has recipe[recipe[recipe[node[app-server]]]] in the runlist.
Expected results:
The server should be started and the runlist applied.
Workaround:
Edit the node in Opscode platform
Take the incorrect item off the runlist
Add the roles you want.
Login to the server and run sudo chef-client
If I try a run list of:
"role[app-server]"
Then Opscode platform will show simply:
roles