Skip to content
New issue

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 identity_type #492

Open
luisxkimo opened this issue Jul 11, 2022 · 0 comments
Open

iis_pool resource ignore identity_type #492

luisxkimo opened this issue Jul 11, 2022 · 0 comments

Comments

@luisxkimo
Copy link

πŸ‘» 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:

iis_pool 'Api' do
  runtime_version '4.0'
  pipeline_mode :Integrated
  identity_type :NetworkService
  no_managed_code true
  action :add
end

πŸš“ Expected behavior

App Pool named Api with:

  • Identity column with value NetworkService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant