We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iis_pool resource ignore parameter identity_type. It creates the App Pool using ApplicationPoolIdentity each time
8.0.2
Chef Infra Client: 17.10.3
Windows Server 2022 on premise
Steps to reproduce the behavior:
Create a resource like:
iis_pool 'Api' do runtime_version '4.0' pipeline_mode :Integrated identity_type :NetworkService no_managed_code true action :add end
App Pool named Api with:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
π» Brief Description
iis_pool resource ignore parameter identity_type. It creates the App Pool using ApplicationPoolIdentity each time
π₯ Cookbook version
8.0.2
π©βπ³ Chef-Infra Version
Chef Infra Client: 17.10.3
π© Platform details
Windows Server 2022 on premise
Steps To Reproduce
Steps to reproduce the behavior:
Create a resource like:
π Expected behavior
App Pool named Api with:
The text was updated successfully, but these errors were encountered: