Skip to content

Instantly share code, notes, and snippets.

@ajohnstone
Created November 6, 2011 18:37
Show Gist options
  • Save ajohnstone/1343289 to your computer and use it in GitHub Desktop.
Save ajohnstone/1343289 to your computer and use it in GitHub Desktop.
config.vm.provision :chef_solo do |chef|
#chef.recipe_url = "http://files.vagrantup.com/getting_started/cookbooks.tar.gz"
chef.cookbooks_path = "cookbooks"
#chef.add_recipe "mysql"
#chef.add_role "web"
#chef.add_role "apache2"
chef.add_recipe("vagrant_main")
# You may also specify custom JSON attributes:
chef.json = { :mysql_password => "foo" }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment