mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
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:
parent
36752906c4
commit
c7c66afd0c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue