We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The contract for elasticsearch within chef as a service has been setup to suggest that it can support :status
https://github.com/karmi/cookbook-elasticsearch/blob/master/recipes/default.rb#L46
But I don't see a place where the status_command (refer to http://wiki.opscode.com/display/chef/Resources) is being set, I checked by cloning the repo and searching for it:
grep -r "status_command" *
The text was updated successfully, but these errors were encountered:
This is it: https://github.com/karmi/cookbook-elasticsearch/blob/master/templates/default/elasticsearch.init.erb#L64-107.
Sorry, something went wrong.
No branches or pull requests
The contract for elasticsearch within chef as a service has been setup to suggest that it can support :status
But I don't see a place where the status_command (refer to http://wiki.opscode.com/display/chef/Resources) is being set, I checked by cloning the repo and searching for it:
The text was updated successfully, but these errors were encountered: