X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsource.pp;h=670b83035864108a7d28932678dc27287c394dab;hb=1db434a418d8375321a08a12964d42cec91c8bfa;hp=7ce759794b1e758149c180b04a48708ca5c7cbbc;hpb=3292e507f58c53318912c01e2f29c25709cebe2f;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/source.pp b/manifests/source.pp index 7ce7597..670b830 100644 --- a/manifests/source.pp +++ b/manifests/source.pp @@ -29,8 +29,8 @@ define apt::source( $_release = $release } - # Some releases do not support https transport with default installation - $_transport_https_releases = [ 'jessie', 'stretch', 'trusty', 'xenial' ] + # Some releases do not support https transport with default installation + $_transport_https_releases = [ 'wheezy', 'jessie', 'stretch', 'trusty', 'xenial' ] if $ensure == 'present' { if ! $location {