mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
small docs fix in system.py
This commit is contained in:
parent
e015ee7655
commit
9eacaeb6af
@ -596,7 +596,7 @@ def set_computer_name(hostname):
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
salt '*' system.set_conputer_name master.saltstack.com
|
salt '*' system.set_computer_name master.saltstack.com
|
||||||
'''
|
'''
|
||||||
return __salt__['network.mod_hostname'](hostname)
|
return __salt__['network.mod_hostname'](hostname)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user