Skip to content

Commit

Permalink
Fix CI files (#143)
Browse files Browse the repository at this point in the history
* Fix CI files

Signed-off-by: Dan Webb <dan.webb@damacus.io>

* Fix markdown links
Signed-off-by: Dan Webb <dan.webb@damacus.io>

---------

Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus authored Oct 24, 2023
1 parent 482534d commit 77824ef
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 52 deletions.
35 changes: 9 additions & 26 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,17 @@ name: ci
- main

jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run Chef Delivery
uses: actionshub/chef-delivery@main
env:
CHEF_LICENSE: accept-no-persist

yamllint:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run yaml Lint
uses: actionshub/yamllint@main

mdl:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run Markdown Lint
uses: actionshub/markdownlint@main
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@2.0.6
permissions:
actions: write
checks: write
pull-requests: write
statuses: write
issues: write

integration:
needs: [mdl, yamllint, delivery]
needs: "lint-unit"
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/md-links.yml

This file was deleted.

14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

Fix CI Files

## 6.1.1 - *2023-09-04*

## 6.1.0 - *2023-07-07*
Expand Down Expand Up @@ -260,25 +262,25 @@ adding checks for node['domain'].nil? in attributes

### Improvement

- **[COOK-3699](https://tickets.chef.io/browse/COOK-3699)** - OpenLDAP Cookbooks - add extra options
- OpenLDAP Cookbooks - add extra options

## u tv0.12.0

### New Feature

- **[COOK-3561](https://tickets.chef.io/browse/COOK-3561)** - Support out of band SSL certificates in openldap::server
- Support out of band SSL certificates in openldap::server

### Bug

- **[COOK-3548](https://tickets.chef.io/browse/COOK-3548)** - Fix an issue where preseeding may fail if directory does not exist
- **[COOK-3543](https://tickets.chef.io/browse/COOK-3543)** - Do not try to set up as a slave
- **[COOK-3351](https://tickets.chef.io/browse/COOK-3351)** - Fix a typo in `ldap-ldap.conf.erb` template
- Fix an issue where preseeding may fail if directory does not exist
- Do not try to set up as a slave
- Fix a typo in `ldap-ldap.conf.erb` template

## v0.11.4

### Bug

- **[COOK-3348](https://tickets.chef.io/browse/COOK-3348)** - Fix typo in default attributes
- Fix typo in default attributes

## v0.11.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This is not an exhaustive list of attributes as most are directly comparable to

This should be a password hash generated from slappasswd. The default slappasswd command will generate a salted SHA1 hash:

```
```shell
$ slappasswd -s "secretsauce"
{SSHA}6BjlvtSbVCL88li8IorkqMSofkLio58/
```
Expand Down
2 changes: 2 additions & 0 deletions test/cookbooks/openldap-test/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Test Cookbook

This test cook mimics a cookbook that places your SSL certificates separately from openldap. Hidden here to prevent you from using these certificates for real.

0 comments on commit 77824ef

Please sign in to comment.