mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add salt:// to key_url options to docs for pkgrepo.managed
Fixes #11474
This commit is contained in:
parent
823f0ce350
commit
067ea788e9
1 changed files with 2 additions and 1 deletions
|
@ -185,7 +185,8 @@ def managed(name, **kwargs):
|
|||
keyid option must also be set for this option to work.
|
||||
|
||||
key_url
|
||||
URL to retrieve a GPG key from.
|
||||
URL to retrieve a GPG key from. Allows the usage of ``http://``,
|
||||
``https://`` as well as ``salt://``.
|
||||
|
||||
consolidate
|
||||
If set to true, this will consolidate all sources definitions to
|
||||
|
|
Loading…
Add table
Reference in a new issue