From e1d242de5e969d7348a5aaf8a1b224593f1bfb58 Mon Sep 17 00:00:00 2001 From: Robin Pronk Date: Wed, 28 Jun 2017 10:59:08 +0200 Subject: Update Debian upstream names * Wheezy is now oldoldstable * jessie oldstable * stretch stable * Add Stretch to supported releases --- manifests/params.pp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'manifests/params.pp') diff --git a/manifests/params.pp b/manifests/params.pp index dbdb91b..0d205a9 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -50,14 +50,18 @@ class unattended_upgrades::params { case $xfacts['lsbdistcodename'] { 'squeeze': { $legacy_origin = true - $origins = ['${distro_id} oldoldstable', #lint:ignore:single_quote_string_with_variables - '${distro_id} ${distro_codename}-security', #lint:ignore:single_quote_string_with_variables + $origins = ['${distro_id} ${distro_codename}-security', #lint:ignore:single_quote_string_with_variables '${distro_id} ${distro_codename}-lts',] #lint:ignore:single_quote_string_with_variables } 'wheezy': { $legacy_origin = false $origins = [ - 'origin=Debian,archive=stable,label=Debian-Security', + 'origin=Debian,archive=oldoldstable,label=Debian-Security', + ] + } + 'jessie': { + $legacy_origin = false + $origins = [ 'origin=Debian,archive=oldstable,label=Debian-Security', ] } -- cgit v1.2.3