diff --git a/Vagrantfile b/Vagrantfile index 3087e7e..e127774 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,12 +4,12 @@ # CHOOSE THE DISTRO FOR COLAB VM (set the distro variable): # - precise64 # - trusty64 -# - chef/centos-7.0 +# - seocam/centos-7.0 default_box = "trusty64" if $stdin.isatty if Dir.glob(File.join(File.dirname("__FILE__"), '.vagrant/**/id')).empty? - options = ["trusty64", "chef/centos-7.0"] + options = ["trusty64", "seocam/centos-7.0"] puts "Bases boxes available locally:" puts '------------------------------' @@ -50,8 +50,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box" when "trusty64" config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box" - when "chef/centos-7.0" - config.vm.box_url = "chef/centos-7.0" + when "seocam/centos-7.0" + config.vm.box_url = "seocam/centos-7.0" end config.vm.provision "shell", keep_color: true, path: 'vagrant/bootstrap.sh' -- libgit2 0.21.2