From ce1c234023ad608c80198f9144467a0dfa3c7107 Mon Sep 17 00:00:00 2001 From: skyler Date: Tue, 19 Aug 2014 18:46:15 -0700 Subject: [PATCH] Change watch_in to be followed by a list --- postfix/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/config.sls b/postfix/config.sls index b52f270..8e633ca 100644 --- a/postfix/config.sls +++ b/postfix/config.sls @@ -18,7 +18,7 @@ include: - require: - pkg: postfix - watch_in: - service: postfix + - service: postfix - template: jinja - defaults: smtpd_banner: {{ salt['pillar.get']('postfix:smtpd_banner', '$myhostname ESMTP $mail_name (Ubuntu)' )}}