mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Comment indentation fix
This commit is contained in:
parent
6f2369defd
commit
7eed716085
@ -1175,7 +1175,7 @@ def managed(name,
|
||||
contents += '\n'
|
||||
|
||||
if not replace and os.path.exists(name):
|
||||
# Check and set the permissions if necessary
|
||||
# Check and set the permissions if necessary
|
||||
ret, _ = __salt__['file.check_perms'](name, ret, user, group, mode)
|
||||
if __opts__['test']:
|
||||
ret['comment'] = 'File {0} not updated'.format(name)
|
||||
|
Loading…
Reference in New Issue
Block a user