Optimized manage_master_config conditional
This commit is contained in:
parent
493298fff1
commit
f8cbffc620
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue