Vagrant: Use bento base box

fixes #3240
This commit is contained in:
Michael Friedrich 2018-01-03 12:10:13 +01:00
parent 72592fcccf
commit 8da7b3f0bc

2
Vagrantfile vendored
View File

@ -21,7 +21,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.network "forwarded_port", guest: 443, host: 8443,
auto_correct: true
config.vm.box = "boxcutter/centos7"
config.vm.box = "bento/centos-7.4"
config.vm.provision :shell, :path => ".puppet/manifests/puppet.sh"