Open
Description
π» Brief Description
The definition of 'property' on grafana_install is missing and specifying it, results in an error: undefined method `package' for Custom resource grafana_install from cookbook grafana
π₯ Cookbook version
latest
π©βπ³ Chef-Infra Version
Version of chef-client in your environment.
π© Platform details
CentOS 7.8
Steps To Reproduce
Steps to reproduce the behavior:
- Add this to your cookbook which calls grafana cookbook
grafana_install 'grafana-enterprise' do
package node['serrala-grafana']['package']
version node['serrala-grafana']['version']
end
- Use kitchen or apply the cookbook on a node
π Expected behavior
No error
Got:
NoMethodError
-------------
undefined method `package' for Custom resource grafana_install from cookbook grafana
Metadata
Assignees
Labels
No labels
Activity