diff --git a/Vagrantfile b/Vagrantfile index f8fb1d0..e092664 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,17 +22,17 @@ boxes = [ :ram => "256" }, { - :name => "debian-79", - :box => "opscode-debian-7.9", - :url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.9_chef-provisionerless.box", + :name => "debian-710", + :box => "opscode-debian-7.10", + :url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.10_chef-provisionerless.box", :ip => '10.0.0.14', :cpu => "50", :ram => "256" }, { - :name => "debian-83", - :box => "opscode-debian-8.3", - :url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.3_chef-provisionerless.box", + :name => "debian-84", + :box => "opscode-debian-8.4", + :url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.4_chef-provisionerless.box", :ip => '10.0.0.15', :cpu => "50", :ram => "256"