[Mageia-sysadm] [571] - restart web interface ( and so apache ) when the authentication is

root at mageia.org root at mageia.org
Thu Dec 9 14:44:02 CET 2010


Revision: 571
Author:   misc
Date:     2010-12-09 14:44:02 +0100 (Thu, 09 Dec 2010)
Log Message:
-----------
- restart web interface ( and so apache ) when the authentication is 
changed ( due to fast cgi persistence )

Modified Paths:
--------------
    puppet/modules/sympa/manifests/init.pp

Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp	2010-12-09 13:41:59 UTC (rev 570)
+++ puppet/modules/sympa/manifests/init.pp	2010-12-09 13:44:02 UTC (rev 571)
@@ -44,7 +44,8 @@
             owner => root,
             group => root,
             mode => 644,
-            content => template("sympa/auth.conf")
+            content => template("sympa/auth.conf"),
+            notify => Service['httpd']
         }
     
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101209/d4c8ff91/attachment.html>


More information about the Mageia-sysadm mailing list