Merge pull request #3528 from Icinga/feature/vagrant-centos-7-5

Vagrant VM: Update to bento/centos-7
This commit is contained in:
Eric Lippmann 2018-07-18 15:24:32 +02:00 committed by GitHub
commit ca7a424dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 = "bento/centos-7.4"
config.vm.box = "bento/centos-7"
config.vm.provision :shell, :path => ".puppet/manifests/puppet.sh"