mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
fix status function arguments
This commit is contained in:
parent
61dc4b37f7
commit
b937dc9f71
@ -294,7 +294,7 @@ def reload(name):
|
||||
return not __salt__['cmd.retcode'](cmd)
|
||||
|
||||
|
||||
def status(name, **kwargs):
|
||||
def status(name, *args, **kwargs):
|
||||
'''
|
||||
Return the status for a service (True or False).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user