Skip to content

Commit

Permalink
Merge pull request #308 from dev-sec/spelling
Browse files Browse the repository at this point in the history
Minor: making codespell happy
  • Loading branch information
artem-sidorenko authored Nov 10, 2023
2 parents bc3ee40 + 8273d4e commit 978fb11
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 18 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
- fedora-37
- fedora-38
# - opensuse-42 # something is broken here
- ubuntu-18-04
- ubuntu-20-04
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -93,7 +92,6 @@ jobs:
- default-almalinux-9
- default-rockylinux-8
- default-rockylinux-9
- default-ubuntu-18-04
- default-ubuntu-20-04
- default-debian-10
- default-debian-11
Expand Down
6 changes: 0 additions & 6 deletions .kitchen.do.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ platforms:
lifecycle:
post_create:
- remote: sleep 10; while pgrep apt-get >/dev/null; do echo "Waiting for apt-get..."; sleep 5; done # let the installation of DO droplet-agent to finish and unlock dpkg
- name: ubuntu-18-04
driver_config:
image: ubuntu-18-04-x64
lifecycle:
post_create:
- remote: sleep 10; while pgrep apt-get >/dev/null; do echo "Waiting for apt-get..."; sleep 5; done # let the installation of DO droplet-agent to finish and unlock dpkg
- name: ubuntu-20-04
driver_config:
image: ubuntu-20-04-x64
Expand Down
6 changes: 0 additions & 6 deletions .kitchen.dokken.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,6 @@ platforms:
driver:
image: dokken/opensuse-leap
pid_one_command: /bin/systemd
- name: ubuntu-18-04
driver:
image: dokken/ubuntu-18.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- name: ubuntu-20-04
driver:
image: dokken/ubuntu-20.04
Expand Down
3 changes: 0 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ driver:
name: vagrant

platforms:
- name: ubuntu-18-04
driver_config:
box: bento/ubuntu-18.04
- name: ubuntu-20-04
driver_config:
box: bento/ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion templates/default/login.defs.erb
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ ENCRYPT_METHOD SHA512

# 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 978fb11

Please sign in to comment.