You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 6.0.4
Ruby: 2.0.0
Distribution: RHEL 7 / CentOS 7
Module version: 3.1.1
How to reproduce (e.g Puppet code you use)
Pass a repo in the repos parameter with a gpgkey argument that's an array.
What are you seeing
Only the first element of the array is used.
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
According to the yum.conf man page, multiple GPG keys per repo are supported:
gpgkey A URL pointing to the ASCII-armored GPG key file for the repository. This option is used if yum needs a public key to verify a package and the required key hasn't been imported into the RPM database. If this option is set, yum will automatically import the key from the specified URL. You will be prompted before the key is installed unless the assumeyes option is set.
Multiple URLs may be specified here in the same manner as the baseurl option (above). If a GPG key is required to install a package from a repository, all keys specified for that repository will be installed.
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Pass a repo in the repos parameter with a
gpgkey
argument that's an array.What are you seeing
Only the first element of the array is used.
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
According to the yum.conf man page, multiple GPG keys per repo are supported:
The text was updated successfully, but these errors were encountered: