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

Chef version compatibility #1

Open
wndhydrnt opened this issue Jan 29, 2018 · 1 comment
Open

Chef version compatibility #1

wndhydrnt opened this issue Jan 29, 2018 · 1 comment
Assignees

Comments

@wndhydrnt
Copy link

I just discovered a discrepancy between what the compatibility of this cookbook stated in the metadata.rb file and its actual compatibility.
metadata.rb states that this cookbook is compatible with chef_version '>= 12.1', but it is actually only compatible with Chef version 12.14 and above because cookbook yum 5.x is only compatible with Chef >= 12.14 (see changelog of yum cookbook).

Either the value of chef_version should be changed to '>= 12.14' or the constraint on the yum cookbook should be changed to '>= 4.2.0'.
For us, changing the constraint on the yum cookbook would be preferable because we are still on Chef 12.7.

@vkhatri
Copy link
Owner

vkhatri commented Jun 21, 2018

@wndhydrnt Thank you for reporting. As elastic_beats_repo setup core elastic repository, not specifically for beats, it can be used to install any elastic package.

So, I have created another cookbook elastic_repo. It does more or less the same, but provides elastic_repo resource.

I am updating beats cookbooks to use elastic_repo instead.

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

No branches or pull requests

2 participants