This commit is contained in:
Mike Place 2016-08-22 13:35:26 +09:00
parent 8d5833424d
commit 99d9bc5792
2 changed files with 2 additions and 2 deletions

View File

@ -5697,7 +5697,7 @@ def _gather_pillar(pillarenv, pillar_override, **grains):
def call(name, function, *args, **kwargs):
'''
Executes a salt function inside a container
CLI Example:
.. code-block:: bash

View File

@ -211,7 +211,7 @@ def set_state(name, backend, state, socket='/var/run/haproxy.sock'):
CLI Example:
.. code-block:: bash
salt '*' haproxy.set_state my_proxy_server my_backend ready
'''