From: William Yardley Date: Fri, 10 Nov 2017 19:22:44 +0000 (-0800) Subject: install apt-transport-https on Debian 7 as well X-Git-Tag: 4.4.1~3^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a30791306b26a18d79875dbc1d99b11205802bcc;p=puppet-modules%2Fpuppetlabs-apt.git install apt-transport-https on Debian 7 as well --- diff --git a/manifests/source.pp b/manifests/source.pp index 7ce7597..54295b5 100644 --- a/manifests/source.pp +++ b/manifests/source.pp @@ -30,7 +30,7 @@ define apt::source( } # Some releases do not support https transport with default installation - $_transport_https_releases = [ 'jessie', 'stretch', 'trusty', 'xenial' ] + $_transport_https_releases = [ 'wheezy', 'jessie', 'stretch', 'trusty', 'xenial' ] if $ensure == 'present' { if ! $location {