This commit is contained in:
Gareth J. Greenaway 2015-05-22 15:27:17 -07:00
parent 142c4864b8
commit 8aa58612ed
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -3,7 +3,7 @@
Management of the Salt beacons
==============================================
.. versionadded:: Beryllium
.. versionadded:: Beryllium
.. code-block:: yaml