mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Merge pull request #3241 from Icinga/fix/vagrant-base-box
Vagrant: Use bento base box
This commit is contained in:
commit
7e5f5405aa
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -21,7 +21,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||||||
config.vm.network "forwarded_port", guest: 443, host: 8443,
|
config.vm.network "forwarded_port", guest: 443, host: 8443,
|
||||||
auto_correct: true
|
auto_correct: true
|
||||||
|
|
||||||
config.vm.box = "boxcutter/centos7"
|
config.vm.box = "bento/centos-7.4"
|
||||||
|
|
||||||
config.vm.provision :shell, :path => ".puppet/manifests/puppet.sh"
|
config.vm.provision :shell, :path => ".puppet/manifests/puppet.sh"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user