Fixed another error

This commit is contained in:
twangboy 2016-01-25 18:23:28 -07:00
parent 76a0cf33e5
commit 54b50236a6

View file

@ -557,7 +557,7 @@ def config(name,
if password is not None:
cmd.extend(['password=', password])
return not __salt__['cmd.retcode'](cmd, python_shell=False
return not __salt__['cmd.retcode'](cmd, python_shell=False)
def delete(name):