From 77bbff0919bdbce54afcb1f6f452a9cc7eb8f2c7 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Tue, 16 Jul 2024 00:42:18 +0800 Subject: [PATCH] Automated PR: Standardising Files (#527) * Standardise files with files in sous-chefs/repo-management Signed-off-by: kitchen-porter * Update iis_install.md --------- Signed-off-by: kitchen-porter Co-authored-by: Corey Hemminger --- CHANGELOG.md | 2 ++ documentation/iis_install.md | 2 +- kitchen.dokken.yml | 5 ----- kitchen.global.yml | 1 - 4 files changed, 3 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index efd612be..f033f4c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This file is used to list changes made in each version of the iis cookbook. Standardise files with files in sous-chefs/repo-management +Standardise files with files in sous-chefs/repo-management + ## 8.2.4 - *2024-05-02* ## 8.2.3 - *2024-05-02* diff --git a/documentation/iis_install.md b/documentation/iis_install.md index d8a45a85..b83ab345 100644 --- a/documentation/iis_install.md +++ b/documentation/iis_install.md @@ -15,7 +15,7 @@ Simple resource to install the IIS feature | `source` | String | No | Source to install the features from. | | `additional_components` | String,Array | No | Features of IIS to install | | `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 | -| `start_iis` | true, false | No | Controls whether the W3WVC service is enabled and started. Default is false +| `start_iis` | true, false | No | Controls whether the W3WVC service is enabled and started. Default is false | ## Examples diff --git a/kitchen.dokken.yml b/kitchen.dokken.yml index 1dfe62c8..6ead9e8e 100644 --- a/kitchen.dokken.yml +++ b/kitchen.dokken.yml @@ -22,11 +22,6 @@ platforms: image: dokken/amazonlinux-2023 pid_one_command: /usr/lib/systemd/systemd - - name: centos-stream-8 - driver: - image: dokken/centos-stream-8 - pid_one_command: /usr/lib/systemd/systemd - - name: centos-stream-9 driver: image: dokken/centos-stream-9 diff --git a/kitchen.global.yml b/kitchen.global.yml index 4396f11e..1740e461 100644 --- a/kitchen.global.yml +++ b/kitchen.global.yml @@ -18,7 +18,6 @@ platforms: - name: almalinux-8 - name: almalinux-9 - name: amazonlinux-2023 - - name: centos-stream-8 - name: centos-stream-9 - name: debian-11 - name: debian-12