Resource Type: iis_feature

Defined in:
lib/puppet/type/iis_feature.rb
Providers:
default

Overview

Allows installation and removal of IIS Features.

Properties

  • ensure (defaults to: present)

    Manage the state of this rule.

    Supported values:
    • present
    • absent

Parameters

  • include_all_subfeatures

    Indicates whether to install all sub features of a parent IIS feature. For instance, ASP.NET as well as the IIS Web Server

  • include_management_tools

    Indicates whether to automatically install all managment tools for a given IIS feature

  • name (namevar)

    The unique name of the feature to manage.

  • provider

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

  • restart

    Indicates whether to allow a restart if the IIS feature installation requests one

  • source

    Optionally include a source path for the installation media for an IIS feature