Vagrantfile: Update centos-6.5-64 to centos-6.6-64

Because the puppetlabs/centos-6.5-64-puppet vagrantbox is not anymore available
This commit is contained in:
Alexander Fuhr 2015-05-28 12:35:30 +02:00
parent cba36ec017
commit 701fd817fd
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -22,7 +22,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision :shell, :path => ".puppet/manifests/puppet.sh" config.vm.provision :shell, :path => ".puppet/manifests/puppet.sh"
config.vm.provider :virtualbox do |v, override| 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"] v.customize ["modifyvm", :id, "--memory", "1024"]
end end