mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Vagrant: Use CentOS 7.2 for Parallels
This commit is contained in:
parent
cdf9b50910
commit
0f4d12c0b3
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user