May 2017
Intermediate to advanced
726 pages
15h 38m
English
Writing solid Chef recipes can be quite challenging. There are a couple of pitfalls, which you can easily overlook. Also, writing cookbooks in a consistent style is even harder. You might wonder what the proven ways to write cookbooks are. Foodcritic tries to identify possible issues with the logic and style of your cookbooks.
In this section, you'll learn how to use Foodcritic on some existing cookbooks.
Install the mysql cookbook by running the following code:
mma@laptop:~/chef-repo $ knife cookbook site install mysql 6.0.0
Installing mysql to /Users/mma/work/chef-repo/cookbooks …TRUNCATED OUTPUT… Cookbook mysql version 6.0.0 successfully installed
Let's see how Foodcritic reports ...
Read now
Unlock full access