From a30791306b26a18d79875dbc1d99b11205802bcc Mon Sep 17 00:00:00 2001 From: William Yardley Date: Fri, 10 Nov 2017 11:22:44 -0800 Subject: [PATCH] install apt-transport-https on Debian 7 as well --- manifests/source.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.45.2