From: daianamezdrea <46529728+daianamezdrea@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:33:46 +0000 (+0300) Subject: Merge pull request #993 from kenyon/source_weak_ssl X-Git-Tag: v8.1.0~2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=fcb2ba57befedcd24ef33c07cc206158e903dfa3;p=puppet-modules%2Fpuppetlabs-apt.git Merge pull request #993 from kenyon/source_weak_ssl apt::source: pass the weak_ssl param to apt::key --- fcb2ba57befedcd24ef33c07cc206158e903dfa3 diff --cc manifests/source.pp index 6631eea,ccc87c3..4e14d8a --- a/manifests/source.pp +++ b/manifests/source.pp @@@ -36,13 -36,9 +36,13 @@@ # # @param key # Creates a declaration of the apt::key defined type. Valid options: a string to be passed to the `id` parameter of the `apt::key` - # defined type, or a hash of `parameter => value` pairs to be passed to `apt::key`'s `id`, `server`, `content`, `source`, and/or - # `options` parameters. + # defined type, or a hash of `parameter => value` pairs to be passed to `apt::key`'s `id`, `server`, `content`, `source`, `weak_ssl`, + # and/or `options` parameters. # +# @param keyring +# Absolute path to a file containing the PGP keyring used to sign this repository. Value is used to set signed-by on the source entry. +# See https://wiki.debian.org/DebianRepository/UseThirdParty for details. +# # @param pin # Creates a declaration of the apt::pin defined type. Valid options: a number or string to be passed to the `id` parameter of the # `apt::pin` defined type, or a hash of `parameter => value` pairs to be passed to `apt::pin`'s corresponding parameters.