Merge pull request #42 from danoe/postfix_packages
added watch statement to restart postfix
This commit is contained in:
commit
1442318df1
@ -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 New Issue
Block a user