The split of the initial PR for MODULES-5293 dropped the fix for the applicationpool attribute ...
iis_application_pool { 'minimal_site_app.pool':
|
ensure => 'present',
|
state => 'started',
|
managed_pipeline_mode => 'Integrated',
|
managed_runtime_version => 'v4.0',
|
}
|
|
iis_site { 'minimal':
|
ensure => 'started',
|
physicalpath => 'c:\\inetpub\\minimal',
|
applicationpool => 'minimal_site_app.pool',
|
}
|
PS C:\Users\Administrator> puppet agent -t
|
Info: Using configured environment 'production'
|
Info: Retrieving pluginfacts
|
Info: Retrieving plugin
|
Info: Loading facts
|
Info: Caching catalog for pe-201722-agent-win2012
|
Info: Applying configuration version '1511224788'
|
|
Error: Failed to apply catalog: Parameter applicationpool failed on Iis_site[minimal]: applicationpool is not a valid applicationpool name at /etc/puppetlabs/code/environments/production/manifests/site.pp:38
|