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

Pool 'log_event_on_recycle' does not apply defaults #421

Open
jakauppila opened this issue May 9, 2018 · 1 comment
Open

Pool 'log_event_on_recycle' does not apply defaults #421

jakauppila opened this issue May 9, 2018 · 1 comment

Comments

@jakauppila
Copy link
Contributor

Cookbook version

6.8.0

Chef-client version

12.20.3

Platform Details

Server 2012 R2

Scenario:

[What you are trying to achieve and you can't?]

Steps to Reproduce:

iis_pool 'foo' do
  action [:add, :config]
end

Expected Result:

Pool 'foo' is created and the log_event_on_recycle default value is applied to the pool

Actual Result:

log_event_on_recycle is not actually configured, so the IIS defaults '' are applied.

Conclusion:

This is caused by chef/chef#6300, so it's more or less blocked until that is corrected, just figured I'd create an issue here as well in case anyone runs into the same problem.

@EasyAsABC123
Copy link
Contributor

👍 thanks for the research!

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

4 participants