Merge pull request #31 from iamseth/master

Fixing file mode bug in init.sls
This commit is contained in:
puneet kandhari 2015-11-23 17:51:26 -06:00
commit db34152940
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ postmap_{{ filename }}:
- source: salt://postfix/{{ filename }}
- user: root
- group: root
- mode: 0644
- mode: 644
- template: jinja
- require:
- pkg: postfix