mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed another error
This commit is contained in:
parent
76a0cf33e5
commit
54b50236a6
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Reference in a new issue