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"], } }