May 2015
Intermediate to advanced
278 pages
5h 34m
English
When working with a Chef server, you often need to know what exactly is already uploaded to it. You edit files like recipes or roles locally, and commit and push them to GitHub.
However, before you're ready to upload your edits to the Chef server, you want to verify your changes. To do this, you need to run a diff between the local version of your files against the version already uploaded to the Chef server.
You need to have at least one cookbook you can modify and which is uploaded to your Chef server.
After changing a recipe, you can diff it against the current version stored on the Chef server.
Let knife show you the differences between your local version of my_cookbook and the version ...
Read now
Unlock full access