Skip to content
Snippets Groups Projects
Commit f31f992c authored by User expired's avatar User expired
Browse files

reverting to centos6 (changing as soon as centos7 works... there are

some more dependencies missing like hdf5)
parent 4e91d9de
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
# Information about the box itself (name from vagrantcloud)
config.vm.box = "jayunit100/centos7"
# config.vm.box = "jayunit100/centos7"
config.vm.box = "vagrant-centos-65-x86_64-minimal"
config.vm.box_url = "http://files.brianbirkinbine.com/vagrant-centos-65-x86_64-minimal.box"
# Setup of shared folders
config.vm.synced_folder "etc/vagrant/conf", "/setup/conf"
......
......@@ -18,7 +18,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
# Information about the box itself (name from vagrantcloud)
config.vm.box = "jayunit100/centos7"
# config.vm.box = "jayunit100/centos7"
config.vm.box = "vagrant-centos-65-x86_64-minimal"
config.vm.box_url = "http://files.brianbirkinbine.com/vagrant-centos-65-x86_64-minimal.box"
# Setup of shared folders
config.vm.synced_folder "vagrant/conf", "/setup/conf"
......
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