Resource Type: dsc_iismodule

Defined in:
lib/puppet/type/dsc_iismodule.rb

Overview

The DSC IisModule resource type. Automatically generated from version 4.2.1

Properties

  • dsc_endpointsetup

    The End Point is setup. Such as a Fast Cgi endpoint.

  • dsc_ensure

    Should the module be present or absent.

  • dsc_moduletype

    The type of the module.

  • dsc_name

    The logical name of the module to add to IIS.

  • dsc_requestpath

    The allowed request Path example: *.php

  • dsc_sitename

    The IIS Site to register the module.

  • dsc_verb

    The supported verbs for the module.

Parameters

  • dsc_path (namevar)

    The path to the module, usually a dll, to be added to IIS.

  • dsc_psdscrunascredential
  • dsc_timeout

    The maximum time in seconds to wait for the DSC resource to complete.

  • name (namevar)

    Description of the purpose for this resource declaration.

  • validation_mode (defaults to: property)

    Whether to check if the resource is in the desired state by property (default) or using Invoke-DscResource in Test mode (resource).