Resource Type: iis_application

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

Overview

The iis_application type creates and manages IIS applications

Properties

  • app_pool (defaults to: DefaultAppPool)

    Application pool for the site

  • ensure

    Whether an application should be started.

    Supported values:
    • stopped
    • started
    • present
    • absent
    • false (alias for: stopped)
    • true (alias for: started)
  • path

    Path to the application folder

  • site (defaults to: Default Web Site)

    The site in which this virtual directory exists

Parameters

  • name (namevar)

    This is the name of the application

  • provider

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