Resource Type: dsc_xiismodule

Defined in:
lib/puppet/type/dsc_xiismodule.rb
Providers:
powershell

Overview

The DSC xIisModule resource type. Automatically generated from ‘xWebAdministration/DSCResources/MSFT_xIisModule/MSFT_xIisModule.schema.mof’

To learn more about PowerShell Desired State Configuration, please visit technet.microsoft.com/en-us/library/dn249912.aspx.

For more information about built-in DSC Resources, please visit technet.microsoft.com/en-us/library/dn249921.aspx.

For more information about xDsc Resources, please visit github.com/PowerShell/DscResources.

Properties

  • ensure

    The basic property that the resource should be in.

    Supported values:
    • exists?
    • present
    • absent

Parameters

  • dsc_endpointsetup

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

    Supported values:
    • true
    • false
  • dsc_ensure

    Ensure - Should the module be present or absent. Valid values are Present, Absent.

  • dsc_moduletype

    ModuleType - The type of the module. Valid values are FastCgiModule.

  • dsc_name

    Name - The logical name of the module to add to IIS.

  • dsc_path

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

  • dsc_psdscrunascredential

    PsDscRunAsCredential

  • dsc_requestpath

    RequestPath - The allowed request Path example: *.php

  • dsc_sitename

    SiteName - The IIS Site to register the module.

  • dsc_verb

    Verb - The supported verbs for the module.

  • name (namevar)
  • provider

    The specific backend to use for this ‘dsc_xiismodule` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.