fix status function arguments

This commit is contained in:
Denis Generalov 2013-03-06 11:26:34 +04:00
parent 61dc4b37f7
commit b937dc9f71

View File

@ -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).