From e1b57ba45730e7f7b2005a2f4619ef927dbb956f Mon Sep 17 00:00:00 2001 From: Peter Souter Date: Fri, 7 Jul 2017 14:14:07 +0100 Subject: Adds Debian 9 - Stretch Support * Stretch is now stable * Add Stretch to metadata.json * Updates specs (Waiting in FacterDB support) --- manifests/params.pp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'manifests/params.pp') 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 -- cgit v1.2.3