summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-12-07 00:29:33 -0500
committerJesse Luehrs <doy@tozt.net>2018-12-07 00:29:33 -0500
commitdb1d1eff41eb2cd36ae11b04de185d38d7063605 (patch)
tree118c92f90cebb86896db8923da872acd73b76874 /modules
parentefe66326ec2bd834386819f4154515adc83980b7 (diff)
downloadpuppet-tozt-db1d1eff41eb2cd36ae11b04de185d38d7063605.tar.gz
puppet-tozt-db1d1eff41eb2cd36ae11b04de185d38d7063605.zip
try to fix systemd ordering
Diffstat (limited to 'modules')
-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 fa1e93b..dd53440 100644
--- a/modules/mail/manifests/mailu.pp
+++ b/modules/mail/manifests/mailu.pp
@@ -85,7 +85,8 @@ class mail::mailu {
}
file { "/etc/systemd/system/mailu.service":
- source => "puppet:///modules/mail/service";
+ source => "puppet:///modules/mail/service",
+ notify => Exec["/usr/bin/systemctl daemon-reload"];
}
service { "mailu":