From 8da7b3f0bc04cd9b39723fdb6225f13f485e1c83 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 3 Jan 2018 12:10:13 +0100 Subject: [PATCH] Vagrant: Use bento base box fixes #3240 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 2f05a5669..fb12c71ef 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 = "boxcutter/centos7" + config.vm.box = "bento/centos-7.4" config.vm.provision :shell, :path => ".puppet/manifests/puppet.sh"