small docs fix in system.py

This commit is contained in:
Bike Dude 2017-10-23 21:35:32 +02:00
parent e015ee7655
commit 9eacaeb6af
No known key found for this signature in database
GPG Key ID: 48D9F04503FC9A33

View File

@ -596,7 +596,7 @@ def set_computer_name(hostname):
.. 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)