X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=manifests%2Fparams.pp;h=1c6cc99de792a072e818497a9dd0b82c1f759ead;hb=95bed8902f31bf84947c4951872f712b3cbd6741;hp=d33a401fe6df214ff93c85bccb83635ed7e27e1b;hpb=6540b7ba245207ab1e4832dff9c31a480dddf33f;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/params.pp b/manifests/params.pp index d33a401..1c6cc99 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -45,7 +45,8 @@ class apt::params { 'wheezy': { $backports_location = 'http://ftp.debian.org/debian/' $legacy_origin = false - $origins = ['origin=Debian,archive=stable,label=Debian-Security'] + $origins = ['origin=Debian,archive=stable,label=Debian-Security', + 'origin=Debian,archive=oldstable,label=Debian-Security'] } default: { $backports_location = 'http://http.debian.net/debian/' @@ -62,7 +63,7 @@ class apt::params { $legacy_origin = true $origins = ['${distro_id} ${distro_codename}-security'] #lint:ignore:single_quote_string_with_variables } - 'precise', 'trusty': { + 'precise', 'trusty', 'utopic', 'vivid': { $backports_location = 'http://us.archive.ubuntu.com/ubuntu' $ppa_options = '-y' $legacy_origin = true