Skip to content

Instantly share code, notes, and snippets.

@VinceMacBuche
Created August 21, 2014 16:30
Show Gist options
  • Select an option

  • Save VinceMacBuche/9e4fdaf914c9e451c9d1 to your computer and use it in GitHub Desktop.

Select an option

Save VinceMacBuche/9e4fdaf914c9e451c9d1 to your computer and use it in GitHub Desktop.
# A server box
centos6 = {
:name => "centos",
:box => "centos6",
:url => "http://developer.nrel.gov/downloads/vagrant-boxes/CentOS-6.3-x86_64-v20130101.box",
:server => "server_centos6.sh",
:node => "node_centos6.sh"
}
# A Node box
debian6 = {
:name => "debian6",
:box => "debian-squeeze-64",
:url => "http://dl.dropbox.com/u/937870/VMs/squeeze64.box",
:node => "node.sh"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment