mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add deprecation notice to docstrings
This commit is contained in:
parent
89ee0bd9bd
commit
3106812cd0
3 changed files with 15 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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::
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue