puppet-iis icon indicating copy to clipboard operation
puppet-iis copied to clipboard

Puppet module for configuring IIS

Results 23 puppet-iis issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.5.5 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...

dependencies

Bumps [puppet](https://github.com/puppetlabs/puppet) from 2.7.18 to 6.25.1. Commits 7a5e454 (PUP-11328) Get the environment's name without loading the environment f0214e6 (PUP-11328) Fallback to node request in configurer 2163522 (PUP-11319) Move DEFAULT_TIMEOUT constant...

dependencies

Bumps [json](https://github.com/flori/json) from 1.7.5 to 2.3.1. Changelog Sourced from json's changelog. 2020-06-30 (2.3.1) Spelling and grammar fixes for comments. Pull request #191 by Josh Kline. Enhance generic JSON and #generate...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

This is needed because order returned is not set. Signed-off-by: Stephen Gran [email protected]

does this module work on iis8?

Logs something to the effect of Changing password for 'app_pool' from 'oldpass' to 'newpass' Would be nice to disable this output or at least obscure the passwords

I need to find a solution for adding custom HTTP Response Headers to an IIS website. Is there or will there be support for this in the puppet-iis module?

Could the preloadEnabled attribute be added ? iis_site {'Public': ensure => present, preloadEnabled => true, } http://forums.iis.net/t/1196037.aspx?Using+Appcmd+to+set+preloadEnabled+true