Details
Description
Basic Info
Module Version: 4.1.0
Puppet Version: 5.0.1
OS Name/Version: Windows Server 2012 R2
iis_site {'chocolateyserver':
|
ensure => 'started',
|
physicalpath => 'c:\some\path',
|
applicationpool => 'apppoolname',
|
preloadenabled => true,
|
bindings => [
|
{
|
'bindinginformation' => '*:80:',
|
'protocol' => 'http'
|
}
|
],
|
}
|
Does not appear to set preload enabled properly.
Desired Behavior:
It should set Preload Enabled to true.
Actual Behavior:
It doesn't work appropriately. Worse, it is setting 'applicationDefaults.serviceAutoStartEnabled' to true.
It appears a little copy/pasta happened here https://github.com/puppetlabs/puppetlabs-iis/blob/61e464f3b2368ecf5cd75a6e663ec41ec3eb04b9/lib/puppet/provider/templates/webadministration/generalproperties.ps1.erb#L64
Attachments
Issue Links
- relates to
-
MODULES-5577 iis : iis_application_pool is missing Recycle -> Regular Time Interval
-
- Closed
-
-
MODULES-5609 IIS : SPIKE break up Missing Performance Features
-
- Closed
-
- links to