Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-sympa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adullact
puppet-sympa
Commits
fb895bae
Commit
fb895bae
authored
2 months ago
by
Fabien Combernous
Browse files
Options
Downloads
Patches
Plain Diff
Web interface for Sympa mailing list manager is in https
parent
77b11f3a
No related branches found
No related tags found
1 merge request
!6
Resolve "https for wwsympa_url"
Pipeline
#88373
passed
2 months ago
Stage: syntax
Stage: unit
Stage: acceptance
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
REFERENCE.md
+3
-2
3 additions, 2 deletions
REFERENCE.md
manifests/init.pp
+4
-2
4 additions, 2 deletions
manifests/init.pp
templates/sympa.conf.epp
+1
-1
1 addition, 1 deletion
templates/sympa.conf.epp
with
8 additions
and
5 deletions
REFERENCE.md
+
3
−
2
View file @
fb895bae
...
@@ -147,7 +147,8 @@ Default value: `'6.2.74'`
...
@@ -147,7 +147,8 @@ Default value: `'6.2.74'`
Data type:
`Stdlib::Fqdn`
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'`
Default value:
`'listes.example.org'`
...
@@ -155,7 +156,7 @@ Default value: `'listes.example.org'`
...
@@ -155,7 +156,7 @@ Default value: `'listes.example.org'`
Data type:
`Stdlib::Email`
Data type:
`Stdlib::Email`
Email addresses of listmaster
s
Email addresses of listmaster
Default value:
`'listmaster@example.org'`
Default value:
`'listmaster@example.org'`
...
...
This diff is collapsed.
Click to expand it.
manifests/init.pp
+
4
−
2
View file @
fb895bae
...
@@ -14,8 +14,10 @@
...
@@ -14,8 +14,10 @@
# @param sysconf_dir Configuration dir under prefix_path
# @param sysconf_dir Configuration dir under prefix_path
# @param aliases_file Aliases file to store Sympa mail aliases, under sysconfig_dir
# @param aliases_file Aliases file to store Sympa mail aliases, under sysconfig_dir
# @param release Installed release number of Sympa.
# @param release Installed release number of Sympa.
# @param listdomain Primary mail domain name.
# @param listdomain
# @param listmaster Email addresses of listmasters
# 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 lang Supported language
# @param topics Defines topics (categories) of the mailing lists.
# @param topics Defines topics (categories) of the mailing lists.
#
#
...
...
This diff is collapsed.
Click to expand it.
templates/sympa.conf.epp
+
1
−
1
View file @
fb895bae
...
@@ -33,7 +33,7 @@ db_passwd <%= $sympa::db_password %>
...
@@ -33,7 +33,7 @@ db_passwd <%= $sympa::db_password %>
# each domain.
# each domain.
#wwsympa_url https://
<%=
$sympa::listdomain
%>
#wwsympa_url https://
<%=
$sympa::listdomain
%>
wwsympa_url http://
<%=
$sympa::listdomain
%>
/sympa
wwsympa_url http
s
://
<%=
$sympa::listdomain
%>
/sympa
########################################################################
########################################################################
# Customizing Sympa
# Customizing Sympa
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment