Pool 'log_event_on_recycle' does not apply defaults
jakauppila opened this issue · 1 comments
jakauppila commented
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 commented
👍 thanks for the research!