puppetlabs / puppetlabs-apt

Puppet module to help manage Apt
https://forge.puppetlabs.com/puppetlabs/apt
Apache License 2.0
216 stars 462 forks source link

(MODULES-10831) key is expired if all subkeys are expired #1104

Closed kenyon closed 1 year ago

kenyon commented 1 year ago

Previously, subkeys were not considered at all in the determination of whether a key was expired. Now this looks at all of the subkeys, and if they are all expired, considers the whole key expired.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

kenyon commented 1 year ago

This is ready.

kenyon commented 1 year ago

Added tests, so now this is really ready. 😎