Created
March 4, 2013 19:51
-
-
Save jpettersson/5084990 to your computer and use it in GitHub Desktop.
Vanilla Vagrant (For opscode testing)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- 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