summaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2016-11-21 10:50:50 +0100
committerGitHub <noreply@github.com>2016-11-21 10:50:50 +0100
commit1e46566b3c7f0dbbd1af4e337cc7f7b10105955a (patch)
treee4828a23600d4bb7443bb6cd2746e143fe5128d9 /manifests/params.pp
parent7e901cb6c6e87823daaa81e49b82e1873034df8f (diff)
parentf71392e03f2b5bf0c843880d05b910df0a4b9e49 (diff)
Merge pull request #75 from MichaelGooden/feature/xenial-yakkety-unattended-changes
Include the release pocket on Ubuntu Xenial and Yakkety.
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 4451bf1..dbdb91b 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -85,6 +85,7 @@ class unattended_upgrades::params {
'xenial', 'yakkety': {
$legacy_origin = true
$origins = [
+ '${distro_id}:${distro_codename}', #lint:ignore:single_quote_string_with_variables
'${distro_id}:${distro_codename}-security', #lint:ignore:single_quote_string_with_variables
]
}