sous-chefs / elasticsearch

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

Entire cookbook stopped working with #760

Closed dcl4k closed 1 year ago

dcl4k commented 3 years ago

I had a complete cookbook working well in Kitchen 2.8.0, but now suddenly my cookbook stopped working when I run kitchen converge. The error I'm getting is NoMethodError, which made me assume it's a syntax issue with my recipe. So I created a quick recipe with nothing but the defaults: elasticsearch_user 'elasticsearch' elasticsearch_install 'elasticsearch' elasticsearch_configure 'elasticsearch' elasticsearch_service 'elasticsearch' And it still tells me: Error executing action 'create' on resource 'elasticsearch_user[elasticsearch]'

Has anyone run into any issues like this?

damacus commented 1 year ago

This cookbook isn't currently in a tested state. We're in the middle of a rewrite over at #767.

damacus commented 1 year ago

Closed via #767