Merge pull request #74 from bawuenet/postfix_reload
Reload postfix service by default.
This commit is contained in:
commit
a4cdd1acd2
@ -36,6 +36,7 @@ postfix:
|
||||
chroot: True
|
||||
|
||||
enable_service: True
|
||||
reload_service: True
|
||||
|
||||
postgrey:
|
||||
enabled: True
|
||||
|
@ -11,6 +11,7 @@ postfix:
|
||||
- service: postfix
|
||||
service.running:
|
||||
- enable: {{ salt['pillar.get']('postfix:enable_service', True) }}
|
||||
- reload: {{ salt['pillar.get']('postfix:reload_service', True) }}
|
||||
- require:
|
||||
- pkg: postfix
|
||||
- watch:
|
||||
|
Loading…
Reference in New Issue
Block a user