This project contains examples of how to use Chef to provision a node with some simple scripts. It also demonstrates how to use Chef with Vagrant. Each example builds on the ideas in the previous example.
-
Example 1 - Start using cookbooks.
-
Example 2 - Start using environments.
-
Example 3 - Start using roles.
-
Example 4 - Start using Rubocop.
-
Example 5 - Start using Berkshelf.
-
Example 6 - Start using ChefSpec.
-
Example 7 - Start using Kitchen and Minitests.