mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30818 from rallytime/bp-30790
Back-port #30790 to 2015.8
This commit is contained in:
commit
b25b845d05
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