voxpupuli / puppet-grafana

Puppet module to manage Grafana
Apache License 2.0
15 stars 106 forks source link

Failure to install Grafana using module on fresh install of Debian 11 #278

Closed vilhelmprytz closed 1 year ago

vilhelmprytz commented 2 years ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

I use the following config (hiera).

grafana::install_method: "package"
grafana::config::app_mode: "production"

What are you seeing

Error: Execution of '/usr/bin/curl https://dl.grafana.com/oss/release/grafana_installed_amd64.deb -o /tmp/grafana.deb_20220311-1721-3ru5te -fsSLg --max-redirs 5' returned 22: curl: (22) The requested URL returned error: 404
Error: /Stage[main]/Grafana::Install/Archive[/tmp/grafana.deb]/ensure: change from 'absent' to 'present' failed: Execution of '/usr/bin/curl https://dl.grafana.com/oss/release/grafana_installed_amd64.deb -o /tmp/grafana.deb_20220311-1721-3ru5te -fsSLg --max-redirs 5' returned 22: curl: (22) The requested URL returned error: 404

What behavior did you expect instead

I expect the module to install and configure Grafana correctly.

Output log

N/A, provided above.

Any additional information you'd like to impart

N/A