Skip to content

Instantly share code, notes, and snippets.

@sorccu
Created March 8, 2013 09:20
Show Gist options
  • Save sorccu/5115233 to your computer and use it in GitHub Desktop.
Save sorccu/5115233 to your computer and use it in GitHub Desktop.
config.vm.provision :chef_solo do |chef|
chef.roles_path = "chef/roles"
chef.add_role "vagrant"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment