mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix saltext vault/pushover docs
* the correct organization is `salt-extensions`, not `saltstack` * the release file is strict GitHub-flavoured Markdown only
This commit is contained in:
parent
21391fe7ba
commit
56ad1ec942
5 changed files with 6 additions and 7 deletions
|
@ -1 +1 @@
|
|||
Deprecate all the Vault modules in favor of the Vault Salt Extension https://github.com/saltstack/saltext-vault. The Vault modules will be removed in Salt core in 3009.0.
|
||||
Deprecate all the Vault modules in favor of the Vault Salt Extension https://github.com/salt-extensions/saltext-vault. The Vault modules will be removed in Salt core in 3009.0.
|
||||
|
|
|
@ -68,9 +68,8 @@ peer_run:
|
|||
Please see the [Vault execution module docs](https://docs.saltproject.io/en/3007.0/ref/modules/all/salt.modules.vault.html) for
|
||||
details and setup instructions regarding AppRole issuance.
|
||||
|
||||
.. note::
|
||||
The Vault modules are being moved to a [Salt extension](https://github.com/salt-extensions/saltext-vault), but this improvement
|
||||
has still been merged into core for a smoother transition.
|
||||
Note: The Vault modules are being moved to a [Salt extension](https://github.com/salt-extensions/saltext-vault),
|
||||
but this improvement has still been merged into core for a smoother transition.
|
||||
|
||||
<!--
|
||||
Do not edit the changelog below.
|
||||
|
|
|
@ -28,7 +28,7 @@ __virtualname__ = "pushover"
|
|||
__deprecated__ = (
|
||||
3009,
|
||||
"pushover",
|
||||
"https://github.com/saltstack/saltext-pushover",
|
||||
"https://github.com/salt-extensions/saltext-pushover",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ __virtualname__ = "pushover"
|
|||
__deprecated__ = (
|
||||
3009,
|
||||
"pushover",
|
||||
"https://github.com/saltstack/saltext-pushover",
|
||||
"https://github.com/salt-extensions/saltext-pushover",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ The api key can be specified in the master or minion configuration like below:
|
|||
__deprecated__ = (
|
||||
3009,
|
||||
"pushover",
|
||||
"https://github.com/saltstack/saltext-pushover",
|
||||
"https://github.com/salt-extensions/saltext-pushover",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue