Dang Nguyen
Dang Nguyen
### Description Reading about `only_if`, I assumed that `not_if` would work, since it's a DSL method in chef recipes. I guess that was an incorrect assumption. Please add `not_if`. ###...
I have access to several chef organizations, because we manage our own internal chef server. It would be helpful if I could pass a "-y" option or something similar to...
This is an update to https://github.com/newrelic/infrastructure-agent-chef/pull/111 -- whereby the previous PR didn't keep in sync with newrelic's repo. The latter was last updated 2 years ago.
We have a need to monitor stale nodes and other metrics based on the last successful chef run. This can be had if the handler emitted the `ohai_time` to Datadog....
I didn't see a way to enable this using the supplied template, but being able to enable access logging on the load balancers would be handy.
### Cookbook version 3.0.0 ### Chef-client version 13.8.5 ### Platform Details redhat 7.5 in AWS ### Scenario: With node['supermarket_omnibus']['package_url'] set to our internal Nexus URL for the package, which mirrors...
#### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Fixes tidy_server_clean Issue #86 (replaces PR #88 )
Using knife-tidy 1.0.0 ---------------------- REPRO: - ` knife tidy server report --node-threshold 365` - `chef-server-ctl org-delete findme` ``` Organization: findme ERROR: The object you are looking for could not be...
This assertion was made for a different issue: https://github.com/chef-customers/knife-tidy/issues/79#issuecomment-357061132 However, this assertion fails, because the code is only checking that the directory exists and is a directory. The directory can...