Merge pull request #42 from danoe/postfix_packages

added watch statement to restart postfix
This commit is contained in:
Forrest 2016-05-24 10:08:52 -07:00
commit 1442318df1
2 changed files with 4 additions and 0 deletions

View File

@ -3,3 +3,5 @@
mysql:
pkg.installed:
- name: {{ postfix.mysql_pkg }}
- watch_in:
- service: postfix

View File

@ -3,3 +3,5 @@
pcre:
pkg.installed:
- name: {{ postfix.pcre_pkg }}
- watch_in:
- service: postfix