Skip to content

Instantly share code, notes, and snippets.

@tonyto
Created February 17, 2012 15:40
Show Gist options
  • Save tonyto/1854075 to your computer and use it in GitHub Desktop.
Save tonyto/1854075 to your computer and use it in GitHub Desktop.
provisioning chef recipes
config.vm.provision :chef_solo do |chef|
chef.cookbooks_path = "cookbooks"
chef.add_recipe "vim"
chef.add_recipe "tree"
chef.add_recipe "mono"
chef.add_recipe "git"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment