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
03e15404
Commit
03e15404
authored
Jun 26, 2019
by
Matthieu FAURE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix
#7
Prepare v1.0.2
parent
63c22bbd
Pipeline
#4940
passed with stages
in 3 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
CHANGELOG.md
CHANGELOG.md
+7
-4
manifests/init.pp
manifests/init.pp
+3
-2
No files found.
CHANGELOG.md
View file @
03e15404
...
...
@@ -2,10 +2,13 @@
All notable changes to this project will be documented in this file.
## Release 0.1.0
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
**Features**
## [Unreleased]
**Bugfixes**
## 1.0.2 - 2019-06-26
**Known Issues**
### Added
*
First release
\ No newline at end of file
manifests/init.pp
View file @
03e15404
...
...
@@ -43,7 +43,8 @@ class amies (
String
$db_user_password
,
Array
$package_list
,
# Value of $package_list are specified in Hiera
String
$gitlab_branch
=
'master'
,
# Git refspec to download Amies (can be branch, a tag, or a commit)
String
$refspec
=
'master'
,
String
$db_host
=
'localhost'
,
Integer
$db_port
=
5432
,
String
$db_name
=
'amies'
,
...
...
@@ -68,7 +69,7 @@ class amies (
$_amies_jar_url
=
join
(
[
"https://
${_amies_gitlab_full_url}
"
,
"/-/jobs/artifacts/
${
gitlab_branch
}
/raw/backend/build/libs/amies.jar"
,
"/-/jobs/artifacts/
${
refspec
}
/raw/backend/build/libs/amies.jar"
,
"?job=
${ci_job_name}
"
,
]
)
...
...
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