Chef configuration manager : cookbook promotion

From PedrosBrainDump

promote cookbook

knife spork promote ENVIRONMENT --remote REMOTE

push changes

git push origin main

search for the nodes

knife search node 'role:ROLE' -i

run chef client on all nodes if you do not want to wait

knife ssh 'role:NODE' 'sudo chef-client'

-C how many commands at time

knife ssh 'role:ROLE' -C1 'sudo chef-client'