Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Modules
-
Modules Triage
-
Automate
-
Core Functionality Work, Automation Required
Description
As an IIS Administrator
I want define a puppet resource with the following features
- Create a Virtual Directory Resource
- Remove a Virtual Directory resource
- Update a Virtual Directory Resource
- Get all Virtual Directory Resources
- Convert IIS virtual directory to an IIS Web Application
So that I can manage an IIS virtual directory with Puppet.
The following paramters/properties will be implemented:
Website
WebApplication
Name
PhysicalPath
--------------------------------------------------------
The working assumption is that the IIS Module will be built off of the IIS Cmdlets.
Features to be implemented are:
- Create
- Remove
- Get
- Convert IIS virtual directory to an IIS Web Application
The following Cmdlets may be implemented for this feature:
Get-WebVirtualDirectory
New-WebVirtualDirectory
Remove-WebVirtualDirectory
ConvertTo-WebApplication
Attachments
Issue Links
- blocks
-
MODULES-4649 [IIS] - Update Readme with current examples
-
- Resolved
-