Skip to content

Commit

Permalink
Updated Debian (vagrant) boxes
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tersmitten committed Aug 26, 2016
1 parent 705d299 commit 2e4237f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2e4237f

Please sign in to comment.