Skip to content

Commit

Permalink
Merge pull request #951 from wyardley/support_ubuntu_16_935
Browse files Browse the repository at this point in the history
officially add Ubuntu 1604 support
  • Loading branch information
bastelfreak committed Oct 31, 2016
2 parents 65c71da + 7e6158c commit c4c7ab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
}
'Debian': {
if ($::operatingsystem == 'ubuntu' and $::lsbdistcodename in ['lucid', 'precise', 'trusty'])
if ($::operatingsystem == 'ubuntu' and $::lsbdistcodename in ['lucid', 'precise', 'trusty', 'xenial'])
or ($::operatingsystem == 'debian' and $::operatingsystemmajrelease in ['6', '7', '8']) {
$_module_os_overrides = {
'manage_repo' => true,
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"14.04",
"12.04"
"12.04",
"16.04"
]
}
]
Expand Down

0 comments on commit c4c7ab3

Please sign in to comment.