I am following exact syntax but seeing some strange behavior while adding role to one of my nodes
I am running following command which should ideally add role - webserver to do_node
knife node run_list add do_node 'role[webserver]'
But instead this is what is returned:
do_node:
run_list: recipe[roles]
Also the show node command shows something gone wrong:
Run List: recipe[roles]
Roles:
My workstation is a Win7 machine & using the hosted chef. Tried multiple times but same thing. Tried verbose output which does not reveal a whole lot!