mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
lint
This commit is contained in:
parent
142c4864b8
commit
8aa58612ed
2 changed files with 3 additions and 3 deletions
|
@ -384,7 +384,7 @@ def enable_beacon(name, **kwargs):
|
|||
|
||||
.. versionadded:: Beryllium
|
||||
|
||||
:name: Name of the beacon to enable.
|
||||
:name: Name of the beacon to enable.
|
||||
:return: Boolean and status message on success or failure of enable.
|
||||
|
||||
CLI Example:
|
||||
|
@ -434,7 +434,7 @@ def disable_beacon(name, **kwargs):
|
|||
|
||||
.. versionadded:: Beryllium
|
||||
|
||||
:name: Name of the beacon to enable.
|
||||
:name: Name of the beacon to enable.
|
||||
:return: Boolean and status message on success or failure of disable.
|
||||
|
||||
CLI Example:
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
Management of the Salt beacons
|
||||
==============================================
|
||||
|
||||
.. versionadded:: Beryllium
|
||||
.. versionadded:: Beryllium
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue