Vagrant: Use CentOS 7.2 for Parallels

This commit is contained in:
Florian Strohmaier 2016-02-16 14:20:57 +01:00
parent cdf9b50910
commit 0f4d12c0b3
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.provider :parallels do |p, override|
override.vm.box = "parallels/centos-7.1"
override.vm.box = "parallels/centos-7.2"
p.name = "Icinga Web 2 Development"