Vagrant VM: Update to bento/centos-7
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
84e0c0c4fb
commit
512238931e
|
@ -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 = "bento/centos-7.4"
|
config.vm.box = "bento/centos-7"
|
||||||
|
|
||||||
config.vm.provision :shell, :path => ".puppet/manifests/puppet.sh"
|
config.vm.provision :shell, :path => ".puppet/manifests/puppet.sh"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue