Compare commits
10 Commits
v0.4.3
...
circleci-p
Author | SHA1 | Date | |
---|---|---|---|
20144b511d | |||
e9b327cc0c | |||
a72f539c23 | |||
c8fa6599ff | |||
eba85e08df | |||
6d478b124c | |||
c06708dc91 | |||
e24a9aa89a | |||
bd5fbd4cc6 | |||
418a817b70 |
30
.circleci/config.yml
Normal file
30
.circleci/config.yml
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
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,13 +2,7 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## 0.4.3 (2021-11-07)
|
## 0.4.2 (2021-05-11)
|
||||||
|
|
||||||
### Changed
|
|
||||||
|
|
||||||
- Add support for RedHat RHEL in the metadata
|
|
||||||
|
|
||||||
## 0.4.2 (2021-11-05)
|
|
||||||
|
|
||||||
### Addition
|
### Addition
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "geekix-nslcd",
|
"name": "geekix-nslcd",
|
||||||
"version": "0.4.3",
|
"version": "0.4.2",
|
||||||
"author": "geekix",
|
"author": "geekix",
|
||||||
"summary": "Installs and configures nslcd.",
|
"summary": "Installs and configures nslcd.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
@ -31,13 +31,6 @@
|
|||||||
"18.04",
|
"18.04",
|
||||||
"20.04"
|
"20.04"
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"operatingsystem": "RedHat RHEL",
|
|
||||||
"operatingsystemrelease": [
|
|
||||||
"7",
|
|
||||||
"8"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
|
Reference in New Issue
Block a user