From: Hunter Haugen Date: Mon, 26 Mar 2018 23:00:40 +0000 (-0700) Subject: Merge pull request #748 from bernhardschmidt/patch-1 X-Git-Tag: 5.0.0~14 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=441511448608361ec788f79132d1364633fc8de9;hp=027435f190e7e4345573225ccf4593b32b3b9554;p=puppet-modules%2Fpuppetlabs-apt.git Merge pull request #748 from bernhardschmidt/patch-1 Replace UTF-8 whitespace in comment --- 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' {