mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fixup some schema expectations
This commit is contained in:
parent
8c718cb417
commit
1800a231e8
@ -178,8 +178,9 @@ def cert(name,
|
||||
else:
|
||||
comment = 'Certificate {0} obtained'.format(name)
|
||||
|
||||
ret = __salt__['file.check_perms'](_cert_file(name, 'privkey'),
|
||||
{'comment': comment, 'not_after': expires(name)},
|
||||
ret = {'comment': comment, 'not_after': expires(name), 'changes': {}, 'result': True}
|
||||
ret, perms = __salt__['file.check_perms'](_cert_file(name, 'privkey'),
|
||||
ret,
|
||||
owner, group, mode,
|
||||
follow_symlinks=True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user