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
This would stop the cookbook from being idempotent, as it would change every run. Or at least download the key every run. If you can think of a way of implementing this, we're happy to receive a PR for this 👍🏼
The
packagecloud_repo
repo only pulls the GPG key during deployment; and does not detect in any way that the key might have been rotated.To properly solve this, the resource needs to keep the downloaded key, and be able to compare it back against the server copy for updates.
The text was updated successfully, but these errors were encountered: