mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
remove hostname arguments. not needed
This commit is contained in:
parent
93879c901b
commit
967e70582d
@ -133,7 +133,7 @@ def set_computer_name(name):
|
||||
return False
|
||||
|
||||
|
||||
def get_computer_name(name):
|
||||
def get_computer_name():
|
||||
'''
|
||||
Get the Windows computer name
|
||||
|
||||
@ -167,7 +167,7 @@ def set_computer_desc(desc):
|
||||
return {'Computer Description': desc}
|
||||
|
||||
|
||||
def get_computer_desc(desc):
|
||||
def get_computer_desc():
|
||||
'''
|
||||
Get the Windows computer description
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user