Optimized manage_master_config conditional
This commit is contained in:
parent
493298fff1
commit
f8cbffc620
@ -20,7 +20,7 @@ include:
|
||||
- watch_in:
|
||||
- service: postfix
|
||||
- template: jinja
|
||||
{% if salt['pillar.get']('postfix:manage_master_config', True) == True %}
|
||||
{% if salt['pillar.get']('postfix:manage_master_config', True) %}
|
||||
/etc/postfix/master.cf:
|
||||
file.managed:
|
||||
- source: salt://postfix/files/master.cf
|
||||
|
Loading…
Reference in New Issue
Block a user