|
@@ -8,9 +8,10 @@ name 'base'
|
|
|
|
|
|
# Where to find external cookbooks:
|
|
|
default_source :supermarket
|
|
|
+default_source :chef_repo, './cookbooks'
|
|
|
|
|
|
# run_list: chef-client will run these recipes in the order specified.
|
|
|
-run_list 'base::default'
|
|
|
+run_list 'workstation::default'
|
|
|
|
|
|
# Specify a custom source for a single cookbook:
|
|
|
# cookbook 'example_cookbook', path: '../cookbooks/example_cookbook'
|