From: Julien Cristau Date: Wed, 28 Nov 2018 10:36:28 +0000 (+0100) Subject: Use https for *-restricted db.d.o repo too X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3eac226bace499efae51bfc30c7bddb4972d35cc;hp=e9ebef450d0d6443fa0070ec30e4a40a23ca99fe;p=mirror%2Fdsa-puppet.git Use https for *-restricted db.d.o repo too --- diff --git a/modules/debian_org/manifests/apt_restricted.pp b/modules/debian_org/manifests/apt_restricted.pp index 4dd668a49..9b1126e14 100644 --- a/modules/debian_org/manifests/apt_restricted.pp +++ b/modules/debian_org/manifests/apt_restricted.pp @@ -1,6 +1,6 @@ class debian_org::apt_restricted { site::aptrepo { 'db.debian.org.restricted': - url => 'http://db.debian.org/debian-admin', + url => 'https://db.debian.org/debian-admin', suite => "${::lsbdistcodename}-restricted", components => 'non-free', }