In the previous chapter, we walked through the required setup of our toolchain and cloning the GitHub repository for this book. With all this in place, we are ready to start with the first step in our overall workflow.
This chapter walks you through creating a test environment using Vagrant and testing it using the ServerSpec framework. We perform tests because we want to make sure that any configuration management tasks we execute have successfully executed and that the software is configured ...