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
d371bc66
Commit
d371bc66
authored
2 months ago
by
Fabien Combernous
Browse files
Options
Downloads
Plain Diff
Merge branch '4-drop-unused-parameter' into 'main'
Resolve "drop unused parameters" Closes
#4
See merge request
!3
parents
84742dda
d681c501
No related branches found
No related tags found
1 merge request
!3
Resolve "drop unused parameters"
Pipeline
#88312
passed
2 months ago
Stage: syntax
Stage: unit
Stage: acceptance
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/init.pp
+8
-12
8 additions, 12 deletions
manifests/init.pp
with
8 additions
and
12 deletions
manifests/init.pp
+
8
−
12
View file @
d371bc66
...
...
@@ -2,20 +2,18 @@
#
# Install and configure Sympa mailing list manager
#
# @param systemd_path
# @param sysconf_dir
# @param aliases_file
# @param manage_user
# @param user
# @param group
# @param prefix_path
# @param release
# @param manage_database
# @param db_host
# @param db_name
# @param db_user
# @param db_password
# @param db_root_password
# @param prefix_path
# @param sysconf_dir
# @param aliases_file
# @param release
# @param listdomain
# @param listmaster
# @param lang
...
...
@@ -24,20 +22,18 @@
# @example
# include sympa
class
sympa
(
Stdlib
::
Absolutepath
$systemd_path
=
'/lib/systemd/system'
,
Boolean
$manage_user
=
true
,
String
[
1
]
$user
=
'sympa'
,
String
[
1
]
$group
=
'sympa'
,
Stdlib
::
Absolutepath
$prefix_path
=
'/home/sympa'
,
String
[
1
]
$sysconf_dir
=
'etc'
,
String
[
1
]
$aliases_file
=
'sympa_aliases'
,
String
[
1
]
$release
=
'6.2.74'
,
Boolean
$manage_database
=
true
,
String
[
1
]
$db_host
=
'localhost'
,
String
[
1
]
$db_name
=
'sympa'
,
String
[
1
]
$db_user
=
'sympa'
,
String
[
1
]
$db_password
=
'changeme'
,
String
[
1
]
$db_root_password
=
'changeme'
,
Stdlib
::
Absolutepath
$prefix_path
=
'/home/sympa'
,
String
[
1
]
$sysconf_dir
=
'etc'
,
String
[
1
]
$aliases_file
=
'sympa_aliases'
,
String
[
1
]
$release
=
'6.2.74'
,
String
[
1
]
$listdomain
=
'listes.example.org'
,
String
[
1
]
$listmaster
=
'listmaster@example.org'
,
Enum
[
'fr'
]
$lang
=
'fr'
,
...
...
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