From: Lorin Hochstein Date: Tue, 4 Oct 2016 04:52:03 +0000 (-0700) Subject: Update to official centos image X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=306e78abdbc4ffcba9219e77e63066d3ef05f8b8;p=ansiblebook.git Update to official centos image --- 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