I'm attempting to configure application pools in IIS using the puppetlabs-iis module.
When defining restart_requests_limit => 0 in the application pool I get the following error:
Error: Failed to apply catalog: Parameter restart_requests_limit failed on Iis_application_pool[POOLNAME]: restart_requests_limit should be greater than 0
Within the IIS Manager you can set this value to 0 - in fact 0 is explicitly used to set the request limit to unlimited.
Is there another value to be used in Puppet to define a value of unlimited or is this a bug??