From 512238931e35d75acf66254a43c01eb6ab7ec242 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 16 Jul 2018 11:37:47 +0200 Subject: [PATCH] Vagrant VM: Update to bento/centos-7 Signed-off-by: Eric Lippmann --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index ab0da29d2..bfb1a39ea 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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"