From 701fd817fd07077b6de7187e0f8ffa7e7371e6f8 Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Thu, 28 May 2015 12:35:30 +0200 Subject: [PATCH] Vagrantfile: Update centos-6.5-64 to centos-6.6-64 Because the puppetlabs/centos-6.5-64-puppet vagrantbox is not anymore available --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 86de14bb1..28ac3897d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,7 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.provision :shell, :path => ".puppet/manifests/puppet.sh" config.vm.provider :virtualbox do |v, override| - override.vm.box = "puppetlabs/centos-6.5-64-puppet" + override.vm.box = "puppetlabs/centos-6.6-64-puppet" v.customize ["modifyvm", :id, "--memory", "1024"] end