Skip to content

Commit

Permalink
Add support for Ubuntu 16.04
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Nov 16, 2016
1 parent da65410 commit 94fda24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ boxes = [
:cpu => "50",
:ram => "256"
},
{
:name => "ubuntu-1604",
:box => "bento/ubuntu-16.04",
:ip => '10.0.0.13',
:cpu => "50",
:ram => "256"
},
]

Vagrant.configure("2") do |config|
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
galaxy_tags:
- system
- r
Expand Down

0 comments on commit 94fda24

Please sign in to comment.