You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code, it looks like it's written incorrectly. The quiet attribute only controls what goes into the chef-client log. That's not what the variable should be for; it should control whether resources report as converging in chef-client.
I'm not well-versed with this style of resource to know how to pull that off. If you provide direction on how to make the Chef::Resource NOT report a converge, I'd be happy to make the change in a PR.
Cookbook version
0.12
Chef-client version
12.8.1
Platform Details
Windows 2012 R2
Scenario:
When I run
chef-client
it always reports that a resource was converged, even whennode['audit']['quiet'] = true
.Steps to Reproduce:
Set
node['audit']['interval']['enabled'] = true
Run
chef-client
twiceExpected Result:
0 resources converge
Actual Result:
1 resource converges (the compliance report)
The
compliance_report
resource in this case is reporting a converge.The text was updated successfully, but these errors were encountered: