Resource Type: iis_app
- Defined in:
- lib/puppet/type/iis_app.rb
- Providers:
-
powershell
Overview
An IIS Virtual Application.
Properties
-
app_pool
(defaults to: DefaultAppPool)
The Application Pool used by the Application.
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
-
site
The Site that this Application belongs under.
Parameters
-
name (namevar)
The Name of the Application within the Website.
-
physicalpath
The fully-qualified filepath to the IIS Application root directory
-
provider
The specific backend to use for this ‘iis_app` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.