New in version 2016.3.0.
salt.states.gpg.
absent
(name, keys=None, user=None, gnupghome=None, **kwargs)¶Ensure GPG public key is absent in keychain
The unique name or keyid for the GPG public key.
The keyId or keyIds to add to the GPG keychain.
Remove GPG keys from the specified user's keychain
Override GNUPG Home directory
salt.states.gpg.
present
(name, keys=None, user=None, keyserver=None, gnupghome=None, trust=None, **kwargs)¶Ensure GPG public key is present in keychain
The unique name or keyid for the GPG public key.
The keyId or keyIds to add to the GPG keychain.
Add GPG keys to the specified user's keychain
The keyserver to retrieve the keys from.
Override GNUPG Home directory
Trust level for the key in the keychain, ignored by default. Valid trust levels: expired, unknown, not_trusted, marginally, fully, ultimately
Generated on June 18, 2020 at 04:09:58 UTC.
You are viewing docs for the latest stable release, 3001. Switch to docs for the previous stable release, 3000.3, or to a recent doc build from the master branch.
© 2020 SaltStack. All Rights Reserved, SaltStack Inc. | Privacy Policy