Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notify gpg --import resources when key files change. #96

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from

Commits on Sep 26, 2024

  1. Notify gpg --import resources when key files change.

    This patch improves configuration behavior when key contents change.
    When deploying changes to the public key, the keys on disk were updated
    but the gpg keyring did not import the new keys since existing keys were
    present.
    
    Now, changes to the file resources will trigger runs of the import
    execute resources which will provide the same behavior as before for
    a freshly provisioned host but will correctly re-import keys when those
    files change.
    nuclearsandwich committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3eeb4db View commit details
    Browse the repository at this point in the history