EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 24230418 authored by Marko Locher's avatar Marko Locher
Browse files

Use the new CentOS 6.4 box build by EOX

parent 1f41926d
No related branches found
No related tags found
No related merge requests found
......@@ -15,15 +15,17 @@ Vagrant::Config.run do |config|
# options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com.
# This box is a minimal install of centos 6.3
config.vm.box = "centos6"
config.vm.box_url = 'http://downloads.eox.at/boxes/centos6.box'
# This box is a minimal install of centos 6.4, built using veewee
# See https://gitlab.eox.at/vagrant/veewee/ for more information
config.vm.box = "centos64"
config.vm.host_name = "centos6-rpmbuild.vagrant"
# The box needs a bit more RAM than the default vagrant box
config.vm.customize ["modifyvm", :id, "--memory", 1024]
# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
#config.vm.box_url = "http://domain.com/path/to/above.box"
config.vm.box_url = 'http://downloads.eox.at/boxes/centos64.box''
# Boot with a GUI so you can see the screen. (Default is headless)
#config.vm.boot_mode = :gui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment