option to make postfix service enabled or disabled
This commit is contained in:
parent
99d7f9b6fd
commit
ac7b5e1a8d
@ -3,6 +3,8 @@ postfix:
|
||||
master_config:
|
||||
enable_submission: False
|
||||
|
||||
enable_service: True
|
||||
|
||||
virtual:
|
||||
groupaliasexample:
|
||||
- someuser_1@example.com
|
||||
|
@ -6,7 +6,7 @@ postfix:
|
||||
- watch_in:
|
||||
- service: postfix
|
||||
service.running:
|
||||
- enable: True
|
||||
- enable: {{ salt['pillar.get']('postfix:enable_service', True) }}
|
||||
- require:
|
||||
- pkg: postfix
|
||||
- watch:
|
||||
|
Loading…
Reference in New Issue
Block a user