summaryrefslogtreecommitdiff
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorPeter Souter <peter.souter+GIT@puppet.com>2017-07-07 14:14:07 +0100
committerVarac <varac@leap.se>2017-10-13 14:58:19 +0200
commite1b57ba45730e7f7b2005a2f4619ef927dbb956f (patch)
treefb2cdbc1b4b2792066fc9b32f267d85dd7c5d36d /manifests/params.pp
parente1d242de5e969d7348a5aaf8a1b224593f1bfb58 (diff)
Adds Debian 9 - Stretch Supportpuppet3
* Stretch is now stable * Add Stretch to metadata.json * Updates specs (Waiting in FacterDB support)
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
index 0d205a9..4004f6c 100644
--- a/manifests/params.pp
+++ b/manifests/params.pp
@@ -65,6 +65,12 @@ class unattended_upgrades::params {
'origin=Debian,archive=oldstable,label=Debian-Security',
]
}
+ 'stretch': {
+ $legacy_origin = false
+ $origins = [
+ 'origin=Debian,archive=stable,label=Debian-Security',
+ ]
+ }
default: {
$legacy_origin = false
$origins = ['origin=Debian,codename=${distro_codename},label=Debian-Security',] #lint:ignore:single_quote_string_with_variables