Skip to content

Commit

Permalink
Add Debian (8|9) support (#27)
Browse files Browse the repository at this point in the history
fixes #2
  • Loading branch information
tersmitten authored Sep 18, 2017
1 parent c6d2472 commit c145e9e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ boxes = [
:cpu => "50",
:ram => "256"
},
{
:name => "debian-8",
:box => "bento/debian-8",
:ip => '10.0.0.15',
:cpu => "50",
:ram => "256"
},
{
:name => "debian-9",
:box => "bento/debian-9",
:ip => '10.0.0.16',
:cpu => "50",
:ram => "256"
},
]

Vagrant.configure("2") do |config|
Expand Down
4 changes: 4 additions & 0 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ galaxy_info:
- precise
- trusty
- xenial
- name: Debian
versions:
- jessie
- stretch
galaxy_tags:
- system
- networking
Expand Down

0 comments on commit c145e9e

Please sign in to comment.