Fixed box location on vagrant files

This commit is contained in:
Patrick Dube 2015-09-22 15:04:01 -04:00
parent 86325cbc95
commit 3f8f6eb790
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
config.vm.define 'management' do |management|
management.vm.box = 'chef/centos-6.5'
management.vm.box = 'bento/centos-6.7'
# Configure management interface
management.vm.network :private_network, :auto_config => true, :ip => '192.168.22.5'

View File

@ -55,7 +55,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
config.vm.define 'management' do |management|
management.vm.box = 'chef/centos-6.5'
management.vm.box = 'bento/centos-6.7'
management.vm.network :private_network, :auto_config => true, :ip => '192.168.22.5'