X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fparams.pp;h=f85b9d186ec960a3527ae4c9f7460af736a02792;hb=a30791306b26a18d79875dbc1d99b11205802bcc;hp=6673970870dda642967f8a0411588a0011f53029;hpb=616df9da5fdba156fee1436aaa91ad7f8684a295;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/params.pp b/manifests/params.pp index 6673970..f85b9d1 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -49,6 +49,7 @@ class apt::params { 'host' => undef, 'port' => 8080, 'https' => false, + 'direct' => false, } $purge_defaults = { @@ -73,16 +74,9 @@ class apt::params { case $facts['os']['name']{ 'Debian': { case $facts['os']['release']['full'] { - '6.0': { - $backports = { - 'location' => 'http://httpredir.debian.org/debian-backports', - 'key' => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553', - 'repos' => 'main contrib non-free', - } - } default: { $backports = { - 'location' => 'http://httpredir.debian.org/debian', + 'location' => 'http://deb.debian.org/debian', 'key' => 'A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553', 'repos' => 'main contrib non-free', }