Merge pull request #993 from kenyon/source_weak_ssl
authordaianamezdrea <46529728+daianamezdrea@users.noreply.github.com>
Mon, 26 Jul 2021 13:33:46 +0000 (16:33 +0300)
committerGitHub <noreply@github.com>
Mon, 26 Jul 2021 13:33:46 +0000 (16:33 +0300)
apt::source: pass the weak_ssl param to apt::key

1  2 
manifests/source.pp
spec/defines/source_spec.rb

index 6631eeaef46fca2d56a31e0578308d107a6416b0,ccc87c355d197e8f1a334b0a6177733e89259b64..4e14d8a0a53d95afb9cac6d300d1119904809a08
  #
  # @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.
Simple merge