Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add alternatives in readme. #234

Merged
merged 1 commit into from
Dec 9, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Contents
* [Usage](#usage)
* [default](#default) Default recipe
* [mod\_\*](#mod_) Recipes for installing individual IIS modules (extensions).
* [Alternatives ](#alternatives)
* [License and Author](#license-and-author)

Requirements
Expand Down Expand Up @@ -561,6 +562,11 @@ This cookbook also contains recipes for installing individual IIS modules (exten

Note: Not every possible IIS module has a corresponding recipe. The foregoing recipes are included for convenience, but users may also place additional IIS modules that are installable as Windows features into the ``node['iis']['components']`` array.

Alternatives
=====
* [Powershell based IIS Cookbook (Pre-DSC)](https://github.com/ebsco/iisposh)
* DSC Based- [CWebAdministration](https://github.com/PowerShellOrg/cWebAdministration) / [XWebadministration](https://github.com/PowerShell/xWebAdministration) Powershell Module(s)

License and Author
==================

Expand Down