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]'
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?