Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Puppet-DirectMairie
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DirectMairie
Puppet-DirectMairie
Commits
9688d1b5
Commit
9688d1b5
authored
Jun 26, 2019
by
Matthieu FAURE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
#6
Remove useless parameters
parent
b88f5b39
Pipeline
#4934
passed with stages
in 3 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
12 deletions
+13
-12
manifests/init.pp
manifests/init.pp
+13
-12
No files found.
manifests/init.pp
View file @
9688d1b5
...
...
@@ -43,25 +43,26 @@ class amies (
String
$db_user_password
,
Array
$package_list
,
# Value of $package_list are specified in Hiera
String
$gitlab_srv
=
'gitlab.adullact.net'
,
String
$gitlab_group
=
'amies'
,
String
$gitlab_project_name
=
'amies-server'
,
String
$gitlab_branch
=
'master'
,
String
$db_host
=
'localhost'
,
Integer
$db_port
=
5432
,
String
$db_name
=
'amies'
,
String
$db_for_tests_name
=
'amies_test'
,
String
$db_user_name
=
'amies'
,
String
$system_username
=
'amies'
,
String
$gitlab_branch
=
'master'
,
String
$db_host
=
'localhost'
,
Integer
$db_port
=
5432
,
String
$db_name
=
'amies'
,
String
$db_for_tests_name
=
'amies_test'
,
String
$db_user_name
=
'amies'
,
String
$system_username
=
'amies'
,
# Activate debug / dev mode
Boolean
$debug
=
false
,
Boolean
$debug
=
false
,
)
{
# #############################################################################
# Variables
$_gitlab_srv
=
'gitlab.adullact.net'
$_gitlab_group
=
'amies'
$_gitlab_project_name
=
'amies-server'
# URL of AMIES source code repository
$_amies_gitlab_full_url
=
"
${
gitlab_srv}
/
${gitlab_group}
/
${
gitlab_project_name}
"
$_amies_gitlab_full_url
=
"
${
_gitlab_srv}
/
${_gitlab_group}
/
${_
gitlab_project_name}
"
# URL of AMIES jar file (grabbed from a CI job)
# see https://docs.gitlab.com/ee/user/project/pipelines/job_artifacts.html#downloading-the-latest-artifacts
$_amies_jar_url
=
join
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment