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

[why-run] Skip dd-handler recipe in why-run mode #231

Merged
merged 1 commit into from
Oct 15, 2015

Conversation

olivielpeau
Copy link
Member

Running in why-run mode fails when the chef-handler-datadog gem is not
installed because of the require 'chef/handler/datadog' line, so we
skip the entire recipe in why-run mode.

Upgrading chef_handler to v1.2 (Chef>=12) will allow us to remove that
require and unskip the recipe in why-run mode.

See #118

Running in why-run mode fails when the chef-handler-datadog gem is not
installed because of the `require 'chef/handler/datadog'` line, so we
skip the entire recipe in why-run mode.

Upgrading chef_handler to v1.2 (Chef>=12)  will allow us to remove that
`require` and unskip the recipe in why-run mode.

See #118
@olivielpeau olivielpeau added this to the Next minor milestone Sep 16, 2015
miketheman added a commit that referenced this pull request Oct 15, 2015
[why-run] Skip dd-handler recipe in why-run mode
@miketheman miketheman merged commit aba1adf into master Oct 15, 2015
@miketheman miketheman deleted the olivielpeau/support-why-run branch October 15, 2015 06:00
@miketheman
Copy link
Contributor

Thanks @olivielpeau !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants