From 306e78abdbc4ffcba9219e77e63066d3ef05f8b8 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Mon, 3 Oct 2016 21:52:03 -0700 Subject: [PATCH] Update to official centos image --- ch04/playbooks/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch04/playbooks/Vagrantfile b/ch04/playbooks/Vagrantfile index eb18fd3..fff9300 100644 --- a/ch04/playbooks/Vagrantfile +++ b/ch04/playbooks/Vagrantfile @@ -11,7 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| end config.vm.define "centos" do |centos| - centos.vm.box = "chef/centos-6.5" + centos.vm.box = "centos/7" centos.vm.network "private_network", ip: "192.168.4.11" end -- 2.44.0