From 4d6bd83886050981c7e49d4bc6c2e3c6d73f8b64 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 9 Dec 2010 13:44:02 +0000 Subject: - restart web interface ( and so apache ) when the authentication is changed ( due to fast cgi persistence ) --- modules/sympa/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/sympa') diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index 3f4b9d40..008ef26b 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -44,7 +44,8 @@ class sympa { owner => root, group => root, mode => 644, - content => template("sympa/auth.conf") + content => template("sympa/auth.conf"), + notify => Service['httpd'] } -- cgit v1.2.1