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:
parent
cba36ec017
commit
701fd817fd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue