Change watch_in to be followed by a list

This commit is contained in:
skyler 2014-08-19 18:46:15 -07:00
parent 755c7b64ba
commit ce1c234023
1 changed files with 1 additions and 1 deletions

View File

@ -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)' )}}