Resource Type: iis_pool
- Defined in:
- lib/puppet/type/iis_pool.rb
- Providers:
-
powershell
Overview
The iis_pool type creates and manages IIS application pools
Properties
-
enable_32_bit
(defaults to: false)
If 32-bit is enabled for the pool
Supported values:- false
- true
-
ensure
Whether a pool should be started.
Supported values:- stopped
- started
- present
- absent
- false (alias for: stopped)
- true (alias for: started)
-
pipeline
The pipeline mode for the application pool
Supported values:- Integrated
- Classic
- integrated
- classic
-
runtime
.NET runtime version for the pool
Parameters
-
name (namevar)
This is the name of the application pool
-
provider
The specific backend to use for this ‘iis_pool` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.