Skip to content

Instantly share code, notes, and snippets.

@thomascate
Created October 26, 2014 19:00
Show Gist options
  • Select an option

  • Save thomascate/b3db09bf7394c724c0e0 to your computer and use it in GitHub Desktop.

Select an option

Save thomascate/b3db09bf7394c724c0e0 to your computer and use it in GitHub Desktop.
config.vm.define "buildbox" do |buildbox|
testnode.vm.box = "CentOS-6.4-x86_64-v20131103"
testnode.vm.hostname = "buildbox"
testnode.vm.box_url = "http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.4-x86_64-v20131103.box"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment