Merge pull request #42 from danoe/postfix_packages
added watch statement to restart postfix
This commit is contained in:
commit
1442318df1
2 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,5 @@
|
|||
mysql:
|
||||
pkg.installed:
|
||||
- name: {{ postfix.mysql_pkg }}
|
||||
- watch_in:
|
||||
- service: postfix
|
||||
|
|
|
@ -3,3 +3,5 @@
|
|||
pcre:
|
||||
pkg.installed:
|
||||
- name: {{ postfix.pcre_pkg }}
|
||||
- watch_in:
|
||||
- service: postfix
|
||||
|
|
Loading…
Reference in a new issue