Skip to content

Commit

Permalink
Merge pull request #30818 from rallytime/bp-30790
Browse files Browse the repository at this point in the history
Back-port #30790 to 2015.8
  • Loading branch information
Mike Place committed Feb 2, 2016
2 parents 3cb7a9e + c7c66af commit b25b845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/sysrc.py
Expand Up @@ -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'
Expand Down

0 comments on commit b25b845

Please sign in to comment.