Skip to content

Instantly share code, notes, and snippets.

@matflores
Created September 9, 2010 19:03
Show Gist options
  • Save matflores/572350 to your computer and use it in GitHub Desktop.
Save matflores/572350 to your computer and use it in GitHub Desktop.
Vagrant::Config.run do |config|
# All Vagrant configuration is done here. For a detailed explanation
# and listing of configuration options, please view the documentation
# online.
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "lucid32"
config.vm.network = "192.168.100.100"
# Enable the chef solo provisioner
config.vm.provisioner = :chef_solo
# Grab the cookbooks from the Vagrant files
config.chef.cookbooks_path = "deploy/cookbooks"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment