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

(CAT-1442)-Fix pipeline for apt module #1136

Closed praj1001 closed 9 months ago

praj1001 commented 9 months ago

Summary

Fixing pipeline for apt module.

Additional Context

The specs which checks whether the expired key is updated or not usually pings keyserver to receive keys which intermittently generates error. Therefore implementing retries to receive atleast keys once.

Related Issues (if any)

Checklist