From 55694db8b3af418d467ad9d2ee3590d6306b9835 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 20 Mar 2013 09:51:06 +0200 Subject: [PATCH] Restart sendmail after modifying local-host-names. --- sendmail/manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/sendmail/manifests/init.pp b/sendmail/manifests/init.pp index 9cf5c98..5b83860 100644 --- a/sendmail/manifests/init.pp +++ b/sendmail/manifests/init.pp @@ -363,6 +363,7 @@ class sendmail::server inherits sendmail::common { mode => "0644", owner => "root", group => "root", + notify => Service["sendmail"], } }