diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-06-29 14:58:31 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-06-29 14:58:31 +0300 |
commit | 38d2bd86df48a3d663af51912ad362f8020b60c4 (patch) | |
tree | b05ed4bfee7b20c2cadc37cb2332fb0e74695117 /modules/sympa | |
parent | 2668d054694e8f8c1f1c98e170585cff817053d1 (diff) | |
download | puppet-38d2bd86df48a3d663af51912ad362f8020b60c4.tar puppet-38d2bd86df48a3d663af51912ad362f8020b60c4.tar.gz puppet-38d2bd86df48a3d663af51912ad362f8020b60c4.tar.bz2 puppet-38d2bd86df48a3d663af51912ad362f8020b60c4.tar.xz puppet-38d2bd86df48a3d663af51912ad362f8020b60c4.zip |
sympa: update conf for 6.2.42
Diffstat (limited to 'modules/sympa')
-rw-r--r-- | modules/sympa/templates/sympa.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/sympa/templates/sympa.conf b/modules/sympa/templates/sympa.conf index 5632a125..238c8f9a 100644 --- a/modules/sympa/templates/sympa.conf +++ b/modules/sympa/templates/sympa.conf @@ -615,11 +615,13 @@ default_ttl 3600 ## members with data sources. default_distribution_ttl 300 -voot_feature off - edit_list owner ## Enable FastCGI ## Is FastCGI module for HTTP server installed. This module provide much ## faster web interface. use_fast_cgi 1 + +# Upgrade from 6.2.40 to 6.2.42 +# 22 May 2019 at 21:22:06 +shared_feature on |