Fixing file mode bug in init.sls
This commit is contained in:
parent
83f997bce7
commit
d702dd4e7f
@ -20,7 +20,7 @@ postmap_{{ filename }}:
|
|||||||
- source: salt://postfix/{{ filename }}
|
- source: salt://postfix/{{ filename }}
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
- mode: 0644
|
- mode: 644
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- require:
|
- require:
|
||||||
- pkg: postfix
|
- pkg: postfix
|
||||||
|
Loading…
Reference in New Issue
Block a user