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
for the moment we are using "recipe" or "recipes" to search a node in run_list.
Good practice is to use attribute like said here: http://www.getchef.com/blog/2014/02/03/evolution-of-cookbook-development/
The text was updated successfully, but these errors were encountered:
An attribute for the search query would be ideal, yes. For example https://github.com/lusis/chef-logstash/blob/master/attributes/default.rb#L15 does it in a sane way - easy to just specify a role for the simple case, but allows you to customize the query if needed.
Sorry, something went wrong.
guilhem
No branches or pull requests
for the moment we are using "recipe" or "recipes" to search a node in run_list.
Good practice is to use attribute like said here: http://www.getchef.com/blog/2014/02/03/evolution-of-cookbook-development/
The text was updated successfully, but these errors were encountered: