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
If you pass bad credentials in the grafana_organization LWRP you get the following cryptic error message:
================================================================================ Error executing action `create_if_missing` on resource 'grafana_organization[something]' ================================================================================ NameError --------- No resource, method, or local variable named `messages' for ` ""' Cookbook Trace: --------------- /var/chef/cache/cookbooks/grafana/libraries/api_helper.rb:91:in `handle_response_unauthorized' /var/chef/cache/cookbooks/grafana/libraries/api_helper.rb:64:in `handle_response' /var/chef/cache/cookbooks/grafana/libraries/api_helper.rb:23:in `login' /var/chef/cache/cookbooks/grafana/libraries/organization_api.rb:57:in `get_orgs_list' /var/chef/cache/cookbooks/grafana/providers/organization.rb:16:in `block in class_from_file' Resource Declaration: --------------------- # In /var/chef/cache/cookbooks/cozy_grafana/recipes/default.rb
The text was updated successfully, but these errors were encountered:
a98c4ba
Thanks for catching this one too!
Sorry, something went wrong.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
If you pass bad credentials in the grafana_organization LWRP you get the following cryptic error message:
The text was updated successfully, but these errors were encountered: