diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-03-15 00:26:13 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-03-15 00:26:13 +0200 |
commit | 627b5a95fb7919a703199ad73358f0256c674cac (patch) | |
tree | a04e1c6f9484002ada0fd5ca2daa8c9266543d8e /modules | |
parent | 6defd4dc31fa1e0f00e74d3c0eaae41a8a7115b5 (diff) | |
download | puppet-627b5a95fb7919a703199ad73358f0256c674cac.tar puppet-627b5a95fb7919a703199ad73358f0256c674cac.tar.gz puppet-627b5a95fb7919a703199ad73358f0256c674cac.tar.bz2 puppet-627b5a95fb7919a703199ad73358f0256c674cac.tar.xz puppet-627b5a95fb7919a703199ad73358f0256c674cac.zip |
fix list config reply_to
Diffstat (limited to 'modules')
-rw-r--r-- | modules/sympa/templates/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index 78e580c0..500efe15 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -2,7 +2,7 @@ archive period month mail_access owner -<%- if public_archive -%> +<%- if public_archive -%> web_access public <%- else -%> web_access private @@ -56,7 +56,7 @@ reception nomail reply_to_header value other_email -other_email council@ml.mageia.org +other_email <%= reply_to %> apply forced |