Skip to content

Commit c098311

Browse files
Automated PR: Standardising Files (#810)
* Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <board@sous-chefs.org> * Update resource_apache2_install.md --------- Signed-off-by: kitchen-porter <board@sous-chefs.org> Co-authored-by: Corey Hemminger <hemminger@hotmail.com>
1 parent ecd3d0b commit c098311

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This file is used to list changes made in each version of the apache2 cookbook.
66

77
Standardise files with files in sous-chefs/repo-management
88

9+
Standardise files with files in sous-chefs/repo-management
10+
911
## 9.3.2 - *2024-05-06*
1012

1113
## 9.3.1 - *2023-12-21*

documentation/resource_apache2_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Installs apache2.
3333
| max_keep_alive_requests | Integer | `100` | MaxKeepAliveRequests | |
3434
| keep_alive_timeout | Integer | `5` | KeepAliveTimeout | |
3535
| access_file_name | String | `.htaccess` | Access filename | |
36-
| envvars_additional_params | Hash | `{}` | Hash of additional environment variables to add to the envvars file |
36+
| envvars_additional_params | Hash | `{}` | Hash of additional environment variables to add to the envvars file | |
3737
| sysconfig_additional_params | Hash | `{}` | Hash of additional sysconfig parameters to apply to the system | |
3838
| template_cookbook | String | `apache2` | Cookbook to source the apache2.conf template from | |
3939

kitchen.dokken.yml

Lines changed: 0 additions & 5 deletions
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-stream-8
26-
driver:
27-
image: dokken/centos-stream-8
28-
pid_one_command: /usr/lib/systemd/systemd
29-
3025
- name: centos-stream-9
3126
driver:
3227
image: dokken/centos-stream-9

kitchen.global.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ platforms:
1818
- name: almalinux-8
1919
- name: almalinux-9
2020
- name: amazonlinux-2023
21-
- name: centos-stream-8
2221
- name: centos-stream-9
2322
- name: debian-11
2423
- name: debian-12

0 commit comments

Comments
 (0)