Skip to content

Instantly share code, notes, and snippets.

@etrikp
Created February 15, 2011 18:38
Show Gist options
  • Save etrikp/827973 to your computer and use it in GitHub Desktop.
Save etrikp/827973 to your computer and use it in GitHub Desktop.
Test vagrant file
Vagrant::Config.run do |config|
config.vm.box = "lucid64_vb4"
config.vm.box_url = "http://basebox-server/lucid64_vb4.box"
config.vm.provision :chef_solo do |chef|
chef.cookbooks_path = "cookbooks"
chef.add_recipe("apt")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment