Chef: How to run specific version of cookbook on node
These days I am working more on the chef to automate infrastructure. The Opscode’s chef is an excellent tool among Puppet, Ansible, and Saltstack. When compared to other tools chef have more learning curve but once you get the flow you love it. The chef is a pull-based configuration management tool that said it pull configuration changes onto the node. Sometimes you want to pull specific cookbook version instead of default version mention in chef environment. We can use the chef-client command on node machine to run once with just our desired cookbook instead of all cookbook available to...
Read More