mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
docs(modules/system): fix system.get_computer_name
CLI example
This commit is contained in:
parent
94fdf082ec
commit
c1dd74aa69
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ def get_computer_name():
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' network.get_hostname
|
||||
salt '*' system.get_computer_name
|
||||
"""
|
||||
return __salt__["network.get_hostname"]()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue