Skip to content

Instantly share code, notes, and snippets.

@caryp
Created March 3, 2016 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caryp/0192e2e4ecc1f404c017 to your computer and use it in GitHub Desktop.
Save caryp/0192e2e4ecc1f404c017 to your computer and use it in GitHub Desktop.
config.vm.provision :chef_zero do |chef|
chef.verbose_logging = true
chef.environment = "vagrant"
chef.cookbooks_path = "cookbooks"
chef.environments_path = "environments"
chef.data_bags_path = "data_bags"
chef.roles_path = "roles"
chef.nodes_path = "nodes"
chef.add_role("base")
chef.add_role("app")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment