Add deprecation notice to docstrings

This commit is contained in:
jeanluc 2023-11-15 20:04:04 +01:00 committed by Pedro Algarvio
parent 89ee0bd9bd
commit 3106812cd0
3 changed files with 15 additions and 0 deletions

View file

@ -1,6 +1,11 @@
"""
Module for sending messages to Pushover (https://www.pushover.net)
.. warning::
This module will be removed from Salt in version 3009.0 in favor of
the `saltext.pushover Salt Extension
<https://github.com/salt-extensions/saltext-pushover>`_
.. versionadded:: 2016.3.0
:configuration: This module can be used by either passing an api key and version

View file

@ -1,6 +1,11 @@
"""
Return salt data via pushover (http://www.pushover.net)
.. warning::
This module will be removed from Salt in version 3009.0 in favor of
the `saltext.pushover Salt Extension
<https://github.com/salt-extensions/saltext-pushover>`_
.. versionadded:: 2016.3.0
The following fields can be set in the minion conf file::

View file

@ -2,6 +2,11 @@
Send a message to PushOver
==========================
.. warning::
This module will be removed from Salt in version 3009.0 in favor of
the `saltext.pushover Salt Extension
<https://github.com/salt-extensions/saltext-pushover>`_
This state is useful for sending messages to PushOver during state runs.
.. versionadded:: 2015.5.0