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
|
chroot: True
|
||||||
|
|
||||||
enable_service: True
|
enable_service: True
|
||||||
|
reload_service: True
|
||||||
|
|
||||||
postgrey:
|
postgrey:
|
||||||
enabled: True
|
enabled: True
|
||||||
|
@ -11,6 +11,7 @@ postfix:
|
|||||||
- service: postfix
|
- service: postfix
|
||||||
service.running:
|
service.running:
|
||||||
- enable: {{ salt['pillar.get']('postfix:enable_service', True) }}
|
- enable: {{ salt['pillar.get']('postfix:enable_service', True) }}
|
||||||
|
- reload: {{ salt['pillar.get']('postfix:reload_service', True) }}
|
||||||
- require:
|
- require:
|
||||||
- pkg: postfix
|
- pkg: postfix
|
||||||
- watch:
|
- watch:
|
||||||
|
Loading…
Reference in New Issue
Block a user