From f8cbffc6205089d28f307fc67a8d602c19d62850 Mon Sep 17 00:00:00 2001 From: jeroen92 Date: Thu, 26 Mar 2015 09:43:44 +0100 Subject: [PATCH] Optimized manage_master_config conditional --- postfix/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/config.sls b/postfix/config.sls index cc98624..ef4e9ec 100644 --- a/postfix/config.sls +++ b/postfix/config.sls @@ -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