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
c90d9370
Commit
c90d9370
authored
2 months ago
by
Fabien Combernous
Browse files
Options
Downloads
Plain Diff
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
!6
Resolve "https for wwsympa_url"
Pipeline
#88387
canceled
2 months ago
Stage: syntax
Stage: unit
Stage: acceptance
Changes
3
Pipelines
2
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 @
c90d9370
...
...
@@ -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 listmaster
s
Email addresses of listmaster
Default value:
`'listmaster@example.org'`
...
...
This diff is collapsed.
Click to expand it.
manifests/init.pp
+
4
−
2
View file @
c90d9370
...
...
@@ -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.
#
...
...
This diff is collapsed.
Click to expand it.
templates/sympa.conf.epp
+
1
−
1
View file @
c90d9370
...
...
@@ -33,7 +33,7 @@ db_passwd <%= $sympa::db_password %>
# each domain.
#wwsympa_url https://
<%=
$sympa::listdomain
%>
wwsympa_url http://
<%=
$sympa::listdomain
%>
/sympa
wwsympa_url http
s
://
<%=
$sympa::listdomain
%>
/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