Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
puppet-freeipa
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Scott Barthelemy
puppet-freeipa
Commits
2db06379
Commit
2db06379
authored
Nov 17, 2018
by
Fabien Combernous
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 2.0.0
parent
ceeec64c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
3 deletions
+34
-3
.gitlab-ci.yml
.gitlab-ci.yml
+14
-0
CHANGELOG.md
CHANGELOG.md
+17
-2
README.md
README.md
+2
-0
metadata.json
metadata.json
+1
-1
No files found.
.gitlab-ci.yml
View file @
2db06379
...
@@ -3,6 +3,7 @@ stages:
...
@@ -3,6 +3,7 @@ stages:
-
syntax
-
syntax
-
unit
-
unit
-
acceptance
-
acceptance
-
release
cache
:
cache
:
paths
:
paths
:
...
@@ -46,3 +47,16 @@ acceptance with puppet5:
...
@@ -46,3 +47,16 @@ acceptance with puppet5:
-
puppet-tests
-
puppet-tests
except
:
except
:
-
master
-
master
module release
:
stage
:
release
script
:
-
pdk build
-
mv pkg/puppet-freeipa*tar.gz pkg/puppet-freeipa-latest.tar.gz
only
:
changes
:
-
CHANGELOG.md
artifacts
:
paths
:
-
pkg/puppet-freeipa-latest.tar.gz
expire_in
:
6 weeks
CHANGELOG.md
View file @
2db06379
# puppet-freeipa
# puppet-freeipa
##
1.6.1 first release by ADULLACT
:
##
2.0.0
:
*
#1 : update README about fork
*
pin beaker-vagrant to version 0.5.0 : #36
*
remove selinux from module code : #32
*
enable acceptance tests : #35, #34, #33, #31, #29, #26, #24, #22, #20
*
enable puppet datatype : #19
*
add licence file : #30
*
configure epel with module stahnma-epel : #11
*
unit tests with rspec-puppet-facts : #15
*
use pdk to receive guidance : #5
*
enable more rubucop cops : #17
*
rename classes from
`easy_ipa`
to
`freeipa`
: #2
*
fix installation of master : #3
*
finx installation of replica : #4
## 1.6.1 :
*
First release under
`adullact`
name space : #1
README.md
View file @
2db06379
...
@@ -105,6 +105,8 @@ Acceptance tests are done :
...
@@ -105,6 +105,8 @@ Acceptance tests are done :
*
clients with centos7 and ubuntu1604
*
clients with centos7 and ubuntu1604
Even if puppet4 should work, it is not tested.
## Authors
## Authors
Original work from Harvard University Information Technology, mainly written by Rob Ruma (https://github.com/huit/puppet-ipa)
Original work from Harvard University Information Technology, mainly written by Rob Ruma (https://github.com/huit/puppet-ipa)
...
...
metadata.json
View file @
2db06379
{
{
"name"
:
"puppet-freeipa"
,
"name"
:
"puppet-freeipa"
,
"version"
:
"
1.6.1
"
,
"version"
:
"
2.0.0
"
,
"author"
:
"adullcat"
,
"author"
:
"adullcat"
,
"summary"
:
"Manages IPA servers and clients."
,
"summary"
:
"Manages IPA servers and clients."
,
"license"
:
"Apache-2.0"
,
"license"
:
"Apache-2.0"
,
...
...
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