File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
binary-installation-advanced
binary-installation-basic Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
8383 end
8484
8585 config . vm . define 'management' do |management |
86- management . vm . box = 'chef /centos-6.5 '
86+ management . vm . box = 'bento /centos-6.7 '
8787
8888 management . vm . network :private_network , :auto_config => true , :ip => '192.168.22.5'
8989 management . vm . network :private_network , :auto_config => true , :ip => '192.168.23.5'
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
5656 end
5757
5858 config . vm . define 'management' do |management |
59- management . vm . box = 'chef /centos-6.5 '
59+ management . vm . box = 'bento /centos-6.7 '
6060
6161 management . vm . network :private_network , :auto_config => true , :ip => '192.168.22.5'
6262
You can’t perform that action at this time.
0 commit comments