mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Fix missing closing paren
This commit is contained in:
parent
c0678dc2d2
commit
7234baf00a
@ -175,7 +175,7 @@ def user_present(name,
|
||||
not __salt__['keystone.user_verify_password'](name=name,
|
||||
password=password,
|
||||
profile=profile,
|
||||
**connection_args):
|
||||
**connection_args)):
|
||||
if __opts__['test']:
|
||||
ret['result'] = None
|
||||
ret['changes']['Password'] = 'Will be updated'
|
||||
|
Loading…
Reference in New Issue
Block a user