Skip to content

Commit

Permalink
Fix markdown
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Oct 3, 2023
1 parent 8154b20 commit a578cb7
Show file tree
Hide file tree
Showing 17 changed files with 57 additions and 102 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ jobs:
strategy:
matrix:
os:
- "windows-2019"
- "windows-latest"
suite:
- 'default'
- 'disable-default'
- 'app'
- 'config-property'
- 'manager'
- 'manager-permission'
- 'module'
- 'pool'
- 'root'
- 'section'
- 'site'
- 'vdir'
- 'default-windowsfeatures-powershell'
- 'site-windowsfeatures-powershell'
- "default"
- "disable-default"
- "app"
- "config-property"
- "manager"
- "manager-permission"
- "module"
- "pool"
- "root"
- "section"
- "site"
- "vdir"
- "default-windowsfeatures-powershell"
- "site-windowsfeatures-powershell"
fail-fast: false

steps:
Expand Down
19 changes: 0 additions & 19 deletions .github/workflows/md-links.yml

This file was deleted.

26 changes: 14 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the iis cookbook.

## Unreleased

Fix markdown

## 8.1.0 - *2023-10-03*

- Allow specifying install method for windows_feature resources
Expand Down Expand Up @@ -265,19 +267,19 @@ Standardise files with files in sous-chefs/repo-management

## 5.0.8 (2017-03-13)

- [iis-root default_documents broke from last fix](#306)
- iis-root default_documents broke from last fix #306

## 5.0.7 (2017-03-07)

- [iis-root default_documents deleted every chef run](#306)
- iis-root default_documents deleted every chef run (#306)

## 5.0.6 (2017-02-24)

- [iis_version is not evaluated properly on if statement](#308)
- iis_version is not evaluated properly on if statement (#308)

## 5.0.5 (2016-11-21)

- [Fixed no_managed_code idempotency](#301)
- Fixed no_managed_code idempotency (#301)

## 5.0.4 (2016-10-11)

Expand All @@ -289,8 +291,8 @@ Standardise files with files in sous-chefs/repo-management

## 5.0.2 (2016-10-07)

- [Minor over oversight in IIS::mod_aspnet 5.0.1](#296)
- [IIS Pool resource thirty_two_bit false doesn't](#292)
- Minor over oversight in IIS::mod_aspnet 5.0.1 #296
- IIS Pool resource thirty_two_bit false doesn't #292

## 5.0.1 (2016-09-21)

Expand Down Expand Up @@ -438,37 +440,37 @@ Adding extra windows platform checks to helper library

### Bug

- **[COOK-4138](https://tickets.chef.io/browse/COOK-4138)** - iis cookbook won't load on non-Windows platforms
- iis cookbook won't load on non-Windows platforms

## v1.6.2

### Improvement

- **[COOK-3634](https://tickets.chef.io/browse/COOK-3634)** - provide ability to set app pool managedRuntimeVersion to "No Managed Code"
- provide ability to set app pool managedRuntimeVersion to "No Managed Code"

## v1.6.0

### Improvement

- **[COOK-3922](https://tickets.chef.io/browse/COOK-3922)** - refactor IIS cookbook to not require WebPI
- refactor IIS cookbook to not require WebPI

## v1.5.6

### Improvement

- **[COOK-3770](https://tickets.chef.io/browse/COOK-3770)** - Add Enabled Protocols to IIS App Recipe
- Add Enabled Protocols to IIS App Recipe

## v1.5.4

### New Feature

- **[COOK-3675](https://tickets.chef.io/browse/COOK-3675)** - Add recipe for CGI module
- Add recipe for CGI module

## v1.5.2

### Bug

- **[COOK-3232](https://tickets.chef.io/browse/COOK-3232)** - Allow `iis_app` resource `:config` action with a virtual path
- Allow `iis_app` resource `:config` action with a virtual path

## v1.5.0

Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_app.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_app

[back to resource list](https://github.com/sous-chefs/iis#resources)

Creates an application in IIS.

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_certificate_binding.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# windows_certificate_binding

[back to resource list](https://github.com/sous-chefs/iis#resources)

Binds a certificate to an HTTP port to enable TLS communication.

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_config.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_config

[back to resource list](https://github.com/sous-chefs/iis#resources)

Runs a config command on your IIS instance.

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_config_property.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_config_property

[back to resource list](https://github.com/sous-chefs/iis#resources)

Sets an IIS configuration property

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_http_acl.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_http_acl

[back to resource list](https://github.com/sous-chefs/iis#resources)

Sets the Access Control List for an http URL to grant non-admin accounts permission to open HTTP endpoints.

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_install.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_install

[back to resource list](https://github.com/sous-chefs/iis#resources)

Simple resource to install the IIS feature

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_manager.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_manager

[back to resource list](https://github.com/sous-chefs/iis#resources)

Configures the IIS Manager service

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_manager_permission.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_manager_permission

[back to resource list](https://github.com/sous-chefs/iis#resources)

Set the permissions for user access to the IIS Manager

Requires: Server 2016+
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_module.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_module

[back to resource list](https://github.com/sous-chefs/iis#resources)

Manages modules globally or on a per site basis.

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_pool.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_pool

[back to resource list](https://github.com/sous-chefs/iis#resources)

Creates an application pool in IIS.

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_root.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_root

[back to resource list](https://github.com/sous-chefs/iis#resources)

Allows for easy management of the IIS Root Machine settings

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_section.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_section

[back to resource list](https://github.com/sous-chefs/iis#resources)

Allows for the locking/unlocking of sections ([listed here](http://www.iis.net/configreference) or via the command `appcmd list config \"\" /config:* /xml`)

This is valuable to allow the `web.config` of an individual application/website control it's own settings.
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_site.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_site

[back to resource list](https://github.com/sous-chefs/iis#resources)

Allows for easy management of IIS virtual sites.

## Actions
Expand Down
6 changes: 2 additions & 4 deletions documentation/iis_vdir.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
[back to resource list](https://github.com/sous-chefs/iis#resources)

---

# iis_vdir

[back to resource list](https://github.com/sous-chefs/iis#resources)

Allows easy management of IIS virtual directories (i.e. vdirs).

## Actions
Expand Down

0 comments on commit a578cb7

Please sign in to comment.