Skip to content

Commit

Permalink
Consistency changes
Browse files Browse the repository at this point in the history
Added support for Ubuntu 16.04
  • Loading branch information
tersmitten committed Aug 16, 2016
1 parent c536afe commit 0e3ae53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ boxes = [
:cpu => "50",
:ram => "256"
},
{
:name => "ubuntu-1604",
:box => "opscode-ubuntu-16.04",
:url => "http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-16.04_chef-provisionerless.box",
:ip => '10.0.0.13',
:cpu => "50",
:ram => "256"
},
{
:name => "debian-84",
:box => "opscode-debian-8.4",
Expand Down
1 change: 1 addition & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ galaxy_info:
versions:
- precise
- trusty
- xenial
- name: Debian
versions:
- jessie
Expand Down

0 comments on commit 0e3ae53

Please sign in to comment.