aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-09 13:44:02 +0000
committerMichael Scherer <misc@mageia.org>2010-12-09 13:44:02 +0000
commit4d6bd83886050981c7e49d4bc6c2e3c6d73f8b64 (patch)
treecf55421c8d36c7b09c04e8a28ad3be6de5161bba /modules
parenta434dbed3b0256d0ec9d75bd80d1687b128a61b4 (diff)
downloadpuppet-4d6bd83886050981c7e49d4bc6c2e3c6d73f8b64.tar
puppet-4d6bd83886050981c7e49d4bc6c2e3c6d73f8b64.tar.gz
puppet-4d6bd83886050981c7e49d4bc6c2e3c6d73f8b64.tar.bz2
puppet-4d6bd83886050981c7e49d4bc6c2e3c6d73f8b64.tar.xz
puppet-4d6bd83886050981c7e49d4bc6c2e3c6d73f8b64.zip
- restart web interface ( and so apache ) when the authentication is
changed ( due to fast cgi persistence )
Diffstat (limited to 'modules')
-rw-r--r--modules/sympa/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
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']
}