Created
October 26, 2014 19:00
-
-
Save thomascate/b3db09bf7394c724c0e0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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