summaryrefslogtreecommitdiffstats
path: root/modules/mail
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-03-01 00:04:07 -0500
committerJesse Luehrs <doy@tozt.net>2019-03-01 00:04:07 -0500
commitdaa51678ad7885d5f40e56f76c65f476ad44cf50 (patch)
treef7094247f5556d9212f0a53bdf6932c4006a4764 /modules/mail
parent61e4115ab597bf01a41c8b8aac94edcf5d94443b (diff)
downloadpuppet-tozt-daa51678ad7885d5f40e56f76c65f476ad44cf50.tar.gz
puppet-tozt-daa51678ad7885d5f40e56f76c65f476ad44cf50.zip
dovecot conf updates should bounce mailu
Diffstat (limited to 'modules/mail')
-rw-r--r--modules/mail/manifests/mailu.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mail/manifests/mailu.pp b/modules/mail/manifests/mailu.pp
index b8c739f..8697222 100644
--- a/modules/mail/manifests/mailu.pp
+++ b/modules/mail/manifests/mailu.pp
@@ -64,7 +64,8 @@ class mail::mailu {
require => Class["mail::persistent"];
"/media/persistent/overrides/dovecot.conf":
source => "puppet:///modules/mail/dovecot.conf",
- require => File["/media/persistent/overrides"];
+ require => File["/media/persistent/overrides"],
+ notify => Service["mailu"];
}
file { "/etc/systemd/system/mailu.service":