Skip to content

Commit

Permalink
Merge pull request #318 from akester/spelling-fixes
Browse files Browse the repository at this point in the history
Fix spelling CI pipeline
  • Loading branch information
schurzi authored Jan 3, 2024
2 parents a8a79d4 + 7731ee4 commit 8ab436d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ on: # yamllint disable-line rule:truthy
jobs:
codespell:
uses: "dev-sec/.github/.github/workflows/codespell.yml@main"
with:
skip: "./.git,./Gemfile"
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Changes in v2.4.0

- Compability for Puppet version 8
- Compatibility for Puppet version 8

### Changes in v2.3.3

Expand Down Expand Up @@ -358,7 +358,7 @@
- Adopt Puppet style guide - remove dynamic variable lookup [\#70](https://github.com/dev-sec/puppet-os-hardening/pull/70) ([tuxmea](https://github.com/tuxmea))
- Remove link following in minimize\_access file resource [\#64](https://github.com/dev-sec/puppet-os-hardening/pull/64) ([rooprob](https://github.com/rooprob))
- update common kitchen.yml platforms [\#63](https://github.com/dev-sec/puppet-os-hardening/pull/63) ([chris-rock](https://github.com/chris-rock))
- add support for limiting password re-use. [\#61](https://github.com/dev-sec/puppet-os-hardening/pull/61) ([igoraj](https://github.com/igoraj))
- add support for limiting password reuse. [\#61](https://github.com/dev-sec/puppet-os-hardening/pull/61) ([igoraj](https://github.com/igoraj))
- add local testing section to readme [\#59](https://github.com/dev-sec/puppet-os-hardening/pull/59) ([chris-rock](https://github.com/chris-rock))
- add net.ipv6.conf.default.accept\_ra. closes \#56 [\#58](https://github.com/dev-sec/puppet-os-hardening/pull/58) ([igoraj](https://github.com/igoraj))
- Disable System Accounts [\#54](https://github.com/dev-sec/puppet-os-hardening/pull/54) ([igoraj](https://github.com/igoraj))
Expand Down
2 changes: 1 addition & 1 deletion templates/login.defs.erb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ SHA_CRYPT_MAX_ROUNDS 640000

# Obsoleted by PAM
# ================
# These options are now handled by PAM. Please edit the appropriate file in `/etc/pam.d/` to enable the equivelants of them.
# These options are now handled by PAM. Please edit the appropriate file in `/etc/pam.d/` to enable the equivalents of them.
#MOTD_FILE
#DIALUPS_CHECK_ENAB
#LASTLOG_ENAB
Expand Down

0 comments on commit 8ab436d

Please sign in to comment.