Skip to content

Commit

Permalink
Updated vagrant boxes of Debian 7 and 8
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tersmitten committed Apr 29, 2016
1 parent aa6666d commit 03c9757
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 @@ -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"
Expand Down

0 comments on commit 03c9757

Please sign in to comment.