Skip to content

Commit 3e25dfa

Browse files
Standardise files with files in sous-chefs/repo-management (#121)
Signed-off-by: kitchen-porter <[email protected]>
1 parent 01d490e commit 3e25dfa

6 files changed

+8
-34
lines changed

.envrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
use chefworkstation
2+
export KITCHEN_GLOBAL_YAML=kitchen.global.yml

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This file is used to list changes made in each version of the selinux cookbook.
44

55
## Unreleased
66

7+
Standardise files with files in sous-chefs/repo-management
8+
79
## 6.1.18 - *2024-05-03*
810

911
- resolved cookstyle error: resources/install.rb:5:1 refactor: `Chef/Style/CopyrightCommentFormat`

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Contributing
22

33
Please refer to
4-
[https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/CONTRIBUTING.MD)
4+
[https://github.com/chef-cookbooks/community_cookbook_documentation/blob/main/CONTRIBUTING.MD](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/main/CONTRIBUTING.MD)

TESTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Testing
22

3-
Please refer to [the community cookbook documentation on testing](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/master/TESTING.MD).
3+
Please refer to [the community cookbook documentation on testing](https://github.com/chef-cookbooks/community_cookbook_documentation/blob/main/TESTING.MD).

kitchen.dokken.yml

+2-27
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ platforms:
2222
image: dokken/amazonlinux-2023
2323
pid_one_command: /usr/lib/systemd/systemd
2424

25-
- name: centos-7
26-
driver:
27-
image: dokken/centos-7
28-
pid_one_command: /usr/lib/systemd/systemd
29-
3025
- name: centos-stream-8
3126
driver:
3227
image: dokken/centos-stream-8
@@ -37,16 +32,6 @@ platforms:
3732
image: dokken/centos-stream-9
3833
pid_one_command: /usr/lib/systemd/systemd
3934

40-
- name: debian-9
41-
driver:
42-
image: dokken/debian-9
43-
pid_one_command: /bin/systemd
44-
45-
- name: debian-10
46-
driver:
47-
image: dokken/debian-10
48-
pid_one_command: /bin/systemd
49-
5035
- name: debian-11
5136
driver:
5237
image: dokken/debian-11
@@ -67,11 +52,6 @@ platforms:
6752
image: dokken/opensuse-leap-15
6853
pid_one_command: /usr/lib/systemd/systemd
6954

70-
- name: oraclelinux-7
71-
driver:
72-
image: dokken/oraclelinux-7
73-
pid_one_command: /usr/lib/systemd/systemd
74-
7555
- name: oraclelinux-8
7656
driver:
7757
image: dokken/oraclelinux-8
@@ -92,11 +72,6 @@ platforms:
9272
image: dokken/rockylinux-9
9373
pid_one_command: /usr/lib/systemd/systemd
9474

95-
- name: ubuntu-18.04
96-
driver:
97-
image: dokken/ubuntu-18.04
98-
pid_one_command: /bin/systemd
99-
10075
- name: ubuntu-20.04
10176
driver:
10277
image: dokken/ubuntu-20.04
@@ -107,7 +82,7 @@ platforms:
10782
image: dokken/ubuntu-22.04
10883
pid_one_command: /bin/systemd
10984

110-
- name: ubuntu-23.04
85+
- name: ubuntu-24.04
11186
driver:
112-
image: dokken/ubuntu-23.04
87+
image: dokken/ubuntu-24.04
11388
pid_one_command: /bin/systemd

kitchen.global.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,17 @@ platforms:
1818
- name: almalinux-8
1919
- name: almalinux-9
2020
- name: amazonlinux-2023
21-
- name: centos-7
2221
- name: centos-stream-8
2322
- name: centos-stream-9
24-
- name: debian-9
25-
- name: debian-10
2623
- name: debian-11
2724
- name: debian-12
2825
- name: fedora-latest
2926
- name: opensuse-leap-15
30-
- name: oraclelinux-7
3127
- name: oraclelinux-8
3228
- name: oraclelinux-9
3329
- name: rockylinux-8
3430
- name: rockylinux-9
3531
- name: ubuntu-18.04
3632
- name: ubuntu-20.04
3733
- name: ubuntu-22.04
38-
- name: ubuntu-23.04
34+
- name: ubuntu-24.04

0 commit comments

Comments
 (0)