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
class profiles::core::metrics ( Stdlib::Absolutepath $grafana_data_dir = '/data/grafana', Hash $grafana_plugins = {}, ) { ... class { 'grafana': cfg => $grafana_config, data_dir => $grafana_data_dir, plugins => $grafana_plugins, provisioning_datasources => $grafana_datasources, } ... }
profiles::core::metrics::grafana_plugins: grafana-piechart-panel: {}
Plugin resource gets created and put in default location of /var/lib/grafana/plugins
/var/lib/grafana/plugins
Plugin resource gets created and put in defined location of /data/grafana/plugins
/data/grafana/plugins
The directory of /data/grafana/plugins is created as expected, just not used when the plugin resources are created via the CLI.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Plugin resource gets created and put in default location of
/var/lib/grafana/plugins
What behaviour did you expect instead
Plugin resource gets created and put in defined location of
/data/grafana/plugins
Any additional information you'd like to impart
The directory of
/data/grafana/plugins
is created as expected, just not used when the plugin resources are created via the CLI.The text was updated successfully, but these errors were encountered: