Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ubuntu 18.04 LTS "bionic" to the list of supported OSes (fixes #124) #125

Merged
merged 1 commit into from Jun 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -109,7 +109,7 @@ altering some of the default settings.
* `install_on_shutdown` (`false`): Install updates on shutdown instead of in the
background.
* `legacy_origin` (`true` for Debian (squeeze), Ubuntu (precise, trusty, utopic,
vivid, wily, xenial, yakkety, zesty, artful, and default), `false` for Debian (wheezy and default)):
vivid, wily, xenial, yakkety, zesty, artful, bionic and default), `false` for Debian (wheezy and default)):
Use the legacy `Unattended-Upgrade::Allowed-Origins` setting or the modern `Unattended-Upgrade::Origins-Pattern`.
* `mail`: A hash to configure email behaviour with two possible keys:
* `only_on_error` (`true`): Only send mail when something went wrong
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Expand Up @@ -92,7 +92,7 @@
'${distro_id}:${distro_codename}-security', #lint:ignore:single_quote_string_with_variables
]
}
'xenial', 'yakkety', 'zesty', 'artful': {
'xenial', 'yakkety', 'zesty', 'artful', 'bionic': {
$legacy_origin = true
$origins = [
'${distro_id}:${distro_codename}', #lint:ignore:single_quote_string_with_variables
Expand Down
3 changes: 2 additions & 1 deletion metadata.json
Expand Up @@ -30,7 +30,8 @@
"16.04",
"16.10",
"17.04",
"17.10"
"17.10",
"18.04"
]
}
],
Expand Down