Selaa lähdekoodia

Setup the correct paths and configuration

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 3 vuotta sitten
vanhempi
commit
257f08b01e

+ 2 - 1
base.rb

@@ -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'

+ 0 - 0
workstation/.gitignore → cookbooks/workstation/.gitignore


+ 0 - 0
workstation/CHANGELOG.md → cookbooks/workstation/CHANGELOG.md


+ 0 - 0
workstation/LICENSE → cookbooks/workstation/LICENSE


+ 0 - 0
workstation/Policyfile.rb → cookbooks/workstation/Policyfile.rb


+ 0 - 0
workstation/README.md → cookbooks/workstation/README.md


+ 0 - 0
workstation/chefignore → cookbooks/workstation/chefignore


+ 0 - 0
workstation/compliance/README.md → cookbooks/workstation/compliance/README.md


+ 0 - 0
workstation/kitchen.yml → cookbooks/workstation/kitchen.yml


+ 0 - 0
workstation/metadata.rb → cookbooks/workstation/metadata.rb


+ 0 - 0
workstation/recipes/default.rb → cookbooks/workstation/recipes/default.rb


+ 0 - 0
workstation/test/integration/default/default_test.rb → cookbooks/workstation/test/integration/default/default_test.rb