sous-chefs / elasticsearch

Development repository for the elasticsearch cookbook
https://supermarket.chef.io/cookbooks/elasticsearch
Other
881 stars 599 forks source link

relax elasticsearch version restriction #744

Closed Wing924 closed 1 year ago

Wing924 commented 4 years ago

it don't work on centos 8 due to dnf_package bug

package 'elasticsearch' do
  version '7.8.1-1'
end

while it works:

package 'elasticsearch' do
  package_name 'elasticsearch-7.8.1'
end
cla-checker-service[bot] commented 4 years ago

❌ Author of the following commits did not sign a Contributor Agreement: c67de8026bf4e32fffc68c0a3594cbd49950bd7c, 64196fe998c3b5a775722a5462ea749875dd67d1, a249a02fccb19c881fec387b9dafe3332d48ad13

Please, read and sign the above mentioned agreement if you want to contribute to this project

damacus commented 1 year ago

Resolving via #767