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:
jeanluc 2023-12-18 11:13:51 +01:00 committed by Daniel Wozniak
parent 21391fe7ba
commit 56ad1ec942
5 changed files with 6 additions and 7 deletions

View file

@ -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.

View file

@ -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.

View file

@ -28,7 +28,7 @@ __virtualname__ = "pushover"
__deprecated__ = (
3009,
"pushover",
"https://github.com/saltstack/saltext-pushover",
"https://github.com/salt-extensions/saltext-pushover",
)

View file

@ -94,7 +94,7 @@ __virtualname__ = "pushover"
__deprecated__ = (
3009,
"pushover",
"https://github.com/saltstack/saltext-pushover",
"https://github.com/salt-extensions/saltext-pushover",
)

View file

@ -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",
)