Skip to content

Instantly share code, notes, and snippets.

@brixtonasias
Last active December 22, 2015 10:39
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 brixtonasias/6460292 to your computer and use it in GitHub Desktop.
Save brixtonasias/6460292 to your computer and use it in GitHub Desktop.
vagrant and chef
config.vm.provision :chef_solo do |chef|
chef.cookbooks_path ="../recipes"
chef.add_recipe "git"
chef.add_recipe "mongodb::10gen_repo"
chef.add_recipe "vim"
chef.add_recipe "curl"
chef.add_recipe "apt"
chef.add_recipe "build-essential"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment