You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Failed to apply catalog: Execution of '/usr/sbin/grafana-cli plugins ls' returned 1: Error: ✗ error: stat /var/lib/grafana/plugins: no such file or directory
NAME:
Grafana cli plugins ls - list all installed plugins
USAGE:
Grafana cli plugins ls [arguments...]
What behaviour did you expect instead
at least this error should not stop the catalog apply
Output log
see above
Any additional information you'd like to impart
The problem seems that /var/lib/grafana/plugins is created at first startup of grafana-server, beforehand it does not exist. So there is a dependency Class['grafana::service'] -> Grafana_Plugin <| |>
but that is not possible because of Grafana_Plugin <| |> ~> Class['grafana::service']
in init.pp
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
at least this error should not stop the catalog apply
Output log
see above
Any additional information you'd like to impart
The problem seems that /var/lib/grafana/plugins is created at first startup of grafana-server, beforehand it does not exist. So there is a dependency
Class['grafana::service'] -> Grafana_Plugin <| |>
but that is not possible because of
Grafana_Plugin <| |> ~> Class['grafana::service']
in init.pp
The text was updated successfully, but these errors were encountered: