3 Commits

Author SHA1 Message Date
7f59387532 Update CHANGELOG.md 2021-11-07 12:12:08 +01:00
92abd87230 Update metadata.json 2021-11-07 12:10:29 +01:00
f099b991b4 Update metadata.json
Add missing RHEL support
2021-11-07 12:04:22 +01:00
4 changed files with 17 additions and 34 deletions

View File

@ -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

View File

@ -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

View File

@ -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']
}
}

View File

@ -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": [