Skip to content

Commit 77bbff0

Browse files
kitchen-porterStromweld
andauthoredJul 15, 2024··
Automated PR: Standardising Files (#527)
* Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter <[email protected]> * Update iis_install.md --------- Signed-off-by: kitchen-porter <[email protected]> Co-authored-by: Corey Hemminger <[email protected]>
1 parent 22a5ec0 commit 77bbff0

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed
 

‎CHANGELOG.md

+2
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 iis 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
## 8.2.4 - *2024-05-02*
1012

1113
## 8.2.3 - *2024-05-02*

‎documentation/iis_install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Simple resource to install the IIS feature
1515
| `source` | String | No | Source to install the features from. |
1616
| `additional_components` | String,Array | No | Features of IIS to install |
1717
| `install_method` | String, Symbol| No | install_method to be used to any windows_features resources. Default is :windows_feature_dism. Options are :windows_feature_dism, :windows_feature_powershell |
18-
| `start_iis` | true, false | No | Controls whether the W3WVC service is enabled and started. Default is false
18+
| `start_iis` | true, false | No | Controls whether the W3WVC service is enabled and started. Default is false |
1919

2020
## Examples
2121

‎kitchen.dokken.yml

-5
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

-1
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)
Please sign in to comment.