Compare commits
3 Commits
circleci-p
...
v0.4.3
Author | SHA1 | Date | |
---|---|---|---|
7f59387532 | |||
92abd87230 | |||
f099b991b4 |
@ -1,30 +0,0 @@
|
||||
version: 2.1
|
||||
|
||||
orbs:
|
||||
ruby: circleci/ruby@1.1.0
|
||||
node: circleci/node@2
|
||||
|
||||
jobs:
|
||||
verif:
|
||||
docker:
|
||||
- image: cimg/ruby:2.7-node
|
||||
steps:
|
||||
- checkout
|
||||
- run :
|
||||
name: prerequisites
|
||||
command: bundle install
|
||||
- run:
|
||||
name: verif_lint
|
||||
command: bundle exec rake validate lint
|
||||
- run:
|
||||
name: verif_parser
|
||||
command: puppet parser validate manifests/init.pp
|
||||
- run:
|
||||
name: woot
|
||||
command: bundle exec rake spec
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
verif:
|
||||
jobs:
|
||||
- verif
|
@ -2,7 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## 0.4.2 (2021-05-11)
|
||||
## 0.4.3 (2021-11-07)
|
||||
|
||||
### Changed
|
||||
|
||||
- Add support for RedHat RHEL in the metadata
|
||||
|
||||
## 0.4.2 (2021-11-05)
|
||||
|
||||
### Addition
|
||||
|
||||
|
@ -137,8 +137,8 @@ inherits nslcd::params
|
||||
contain nslcd::install
|
||||
contain nslcd::config
|
||||
contain nslcd::service
|
||||
|
||||
|
||||
Class['nslcd::install']
|
||||
-> Class['nslcd::config']
|
||||
~> Class['nslcd::service']
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "geekix-nslcd",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"author": "geekix",
|
||||
"summary": "Installs and configures nslcd.",
|
||||
"license": "Apache-2.0",
|
||||
@ -31,6 +31,13 @@
|
||||
"18.04",
|
||||
"20.04"
|
||||
]
|
||||
},
|
||||
{
|
||||
"operatingsystem": "RedHat RHEL",
|
||||
"operatingsystemrelease": [
|
||||
"7",
|
||||
"8"
|
||||
]
|
||||
}
|
||||
],
|
||||
"requirements": [
|
||||
|
Reference in New Issue
Block a user