diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-09 13:44:02 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-09 13:44:02 +0000 |
commit | 4d6bd83886050981c7e49d4bc6c2e3c6d73f8b64 (patch) | |
tree | cf55421c8d36c7b09c04e8a28ad3be6de5161bba /modules/sympa/manifests | |
parent | a434dbed3b0256d0ec9d75bd80d1687b128a61b4 (diff) | |
download | puppet-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/sympa/manifests')
-rw-r--r-- | modules/sympa/manifests/init.pp | 3 |
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'] } |