From 2e4237f89b5f3d69c536b414d1f452b0521e3708 Mon Sep 17 00:00:00 2001 From: Mischa ter Smitten Date: Fri, 26 Aug 2016 10:00:59 +0200 Subject: [PATCH] Updated Debian (vagrant) boxes [ci skip] --- Vagrantfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 4d7b356..9ebf069 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -29,17 +29,17 @@ boxes = [ :ram => "256" }, { - :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", + :name => "debian-711", + :box => "opscode-debian-7.11", + :url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.11_chef-provisionerless.box", :ip => '10.0.0.14', :cpu => "50", :ram => "256" }, { - :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", + :name => "debian-85", + :box => "opscode-debian-8.5", + :url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.5_chef-provisionerless.box", :ip => '10.0.0.15', :cpu => "50", :ram => "256"