Information Technology Reference
In-Depth Information
Figure 9-11. Overview of the Virtualized Chef Training Environment
The following synced_folders: stanza in a .kitchen.yml file ensures that the chef-repo dir-
ectory on the host is kept in sync with the /chef-repo directory on the guest:
...
synced_folders:
- ["../../../chef-repo", "/chef-repo"]
...
The /chef-repo synced folder will be used later in Chapter 10 when we configure SSL veri-
fication with the server.
Example 9-5. chefdk/chef-repo/cookbooks/node/.kitchen.yml
Search WWH ::




Custom Search