Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Modules
-
3
-
Modules Triage, Modules 2017-02-08, Modules 2017-02-22
-
Automate
-
Core Functionality Work, Automation Required
Description
As an IIS Administrator
I want define a puppet resource with the following features
- Convert an IIS virtual directory to application
- Create an IIS application
- Remove an IIS application
- Update an IIS application
- Get all IIS applications
So that I can manage an IIS application with Puppet.
--------------------------------------------------------
The working assumption is that the IIS Module will be built off of the IIS Cmdlets.
Features to be implemented are
- Convert IIS Virtual Directory to IIS Web Application
- Create
- Remove
- Get Web Application state?
The following Cmdlets may be implemented for this feature:
ConvertTo-WebApplication
Get-WebApplication
New-WebApplication
Remove-WebApplication
Attachments
Issue Links
- is blocked by
-
MODULES-4370 IIS - Support PowerShell v2
-
- Closed
-
- relates to
-
MODULES-4563 Add iis_application support for IIS 7.5
-
- Resolved
-
-
MODULES-4564 Document the IIS_Application type and provider
-
- Resolved
-