salt/modules/sysrc.py: Fix documentation for set_

set_ documentation was yank&pasted from remove without changing it.

Instead, give a proper example how to use sysrc.set.
This commit is contained in:
Johannes Meixner 2016-02-01 20:41:58 +02:00 committed by rallytime
parent 36752906c4
commit c7c66afd0c

View file

@ -82,7 +82,7 @@ def set_(name, value, **kwargs):
.. code-block:: bash
salt '*' sysrc.remove name=sshd_enable
salt '*' sysrc.set name=sshd_flags value="-p 2222"
'''
cmd = 'sysrc -v'