Skip to content
Snippets Groups Projects
Commit c90d9370 authored by Fabien Combernous's avatar Fabien Combernous
Browse files

Merge branch '6-https-for-wwsympa_url' into 'main'

Resolve "https for wwsympa_url"

Closes #6

See merge request !6
parents 77b11f3a fb895bae
No related branches found
No related tags found
1 merge request!6Resolve "https for wwsympa_url"
Pipeline #88387 canceled
......@@ -147,7 +147,8 @@ Default value: `'6.2.74'`
Data type: `Stdlib::Fqdn`
Primary mail domain name.
Primary mail domain name. Web interface for Sympa mailing list manager, can
be joined at https://$listdomain
Default value: `'listes.example.org'`
......@@ -155,7 +156,7 @@ Default value: `'listes.example.org'`
Data type: `Stdlib::Email`
Email addresses of listmasters
Email addresses of listmaster
Default value: `'listmaster@example.org'`
......
......@@ -14,8 +14,10 @@
# @param sysconf_dir Configuration dir under prefix_path
# @param aliases_file Aliases file to store Sympa mail aliases, under sysconfig_dir
# @param release Installed release number of Sympa.
# @param listdomain Primary mail domain name.
# @param listmaster Email addresses of listmasters
# @param listdomain
# Primary mail domain name. Web interface for Sympa mailing list manager, can
# be joined at https://$listdomain
# @param listmaster Email addresses of listmaster
# @param lang Supported language
# @param topics Defines topics (categories) of the mailing lists.
#
......
......@@ -33,7 +33,7 @@ db_passwd <%= $sympa::db_password %>
# each domain.
#wwsympa_url https://<%= $sympa::listdomain %>
wwsympa_url http://<%= $sympa::listdomain %>/sympa
wwsympa_url https://<%= $sympa::listdomain %>/sympa
########################################################################
# Customizing Sympa
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment