diff --git a/Vagrantfile b/Vagrantfile index 73d67ed8d64a8afc30862ec4cadf4f0e8338966d..3451c5232ab43551af9d38516f31d915cca5864c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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" diff --git a/etc/vagrant/Vagrantfile b/etc/vagrant/Vagrantfile index d9216ef207a5d5a7ec68df773c9f3b3d56a3e67c..aee8b0d506890625b703be48dbe47d305e40ed37 100644 --- a/etc/vagrant/Vagrantfile +++ b/etc/vagrant/Vagrantfile @@ -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"