Skip to content
New issue

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

URL repository for CentOS 7 is not found #231

Open
yhojann-cl opened this issue Jan 4, 2021 · 0 comments
Open

URL repository for CentOS 7 is not found #231

yhojann-cl opened this issue Jan 4, 2021 · 0 comments

Comments

@yhojann-cl
Copy link

yhojann-cl commented Jan 4, 2021

When try install grafana using package method on CentOS 7 like as:

class { 'grafana':
    install_method  => 'package',
}

Says:

Error: Execution of '/usr/bin/rpm -i https://dl.grafana.com/oss/release/grafana-installed-1.x86_64.rpm' returned 1: curl: (22) The requested URL returned error: 404 Not Found

In the official grafana page https://grafana.com/grafana/download?platform=linux the url for download is https://dl.grafana.com/oss/release/grafana-7.3.6-1.x86_64.rpm

But in install.pp says:

/(RedHat|Amazon|Suse)/ => "${base_url}/grafana-${grafana::version}-${grafana::rpm_iteration}.x86_64.rpm",

grafana::version is empty when use settings by default like as the example in the official module page https://forge.puppet.com/modules/puppet/grafana

Solve adding the specific version, but it is not documented:

class { 'grafana':
    install_method  => 'package',
    version => '7.3.6',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant