Skip to content

Commit

Permalink
officially add Ubuntu 1604 support (voxpupuli#935)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Yardley committed Oct 27, 2016
1 parent 03812a3 commit 3530e60
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 3530e60

Please sign in to comment.