Skip to content

Instantly share code, notes, and snippets.

@jpettersson
Created March 4, 2013 19:51
Show Gist options
  • Save jpettersson/5084990 to your computer and use it in GitHub Desktop.
Save jpettersson/5084990 to your computer and use it in GitHub Desktop.
Vanilla Vagrant (For opscode testing)
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.box = "precise64"
config.vm.box_url = "http://files.vagrantup.com/precise64.box"
config.vm.network :bridged, :bridge => "en0: Ethernet"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment