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

Fix tags template in kafka check #244

Merged
merged 1 commit into from
Oct 22, 2015
Merged

Fix tags template in kafka check #244

merged 1 commit into from
Oct 22, 2015

Conversation

LeoCavaille
Copy link
Member

@tags is never defined so if a tags key is present in the instance,
chef will throw:

undefined method `each' for nil:NilClass

`@tags` is never defined so if a `tags` key is present in the instance,
chef will throw:

```
undefined method `each' for nil:NilClass
```
@miketheman miketheman added the bug label Oct 21, 2015
@miketheman miketheman added this to the Next minor milestone Oct 21, 2015
@miketheman miketheman self-assigned this Oct 21, 2015
@miketheman
Copy link
Contributor

Thanks!

miketheman added a commit that referenced this pull request Oct 22, 2015
Fix tags template in kafka check
@miketheman miketheman merged commit 5a6d20e into master Oct 22, 2015
@miketheman miketheman deleted the leo/kafka branch October 22, 2015 21:43
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