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