Update to official centos image
authorLorin Hochstein <lhochstein@netflix.com>
Tue, 4 Oct 2016 04:52:03 +0000 (21:52 -0700)
committerLorin Hochstein <lhochstein@netflix.com>
Tue, 4 Oct 2016 04:52:03 +0000 (21:52 -0700)
ch04/playbooks/Vagrantfile

index eb18fd3..fff9300 100644 (file)
@@ -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