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

Configured grafana debian repo should contain current distribution #27

Closed
varac opened this issue Feb 25, 2017 · 2 comments
Closed

Configured grafana debian repo should contain current distribution #27

varac opened this issue Feb 25, 2017 · 2 comments

Comments

@varac
Copy link

varac commented Feb 25, 2017

Currently for debian, "wheezy" is hardcoded as distribution.
It should pick up the current distribution

root@mail:/etc# cat /etc/apt/sources.list.d/grafana.list 
# This file is managed by Puppet. DO NOT EDIT.
# grafana
deb https://packagecloud.io/grafana/stable/debian wheezy main

root@mail:/etc# facter os
{"name"=>"Debian", "family"=>"Debian", "release"=>{"major"=>"8", "minor"=>"7", "full"=>"8.7"}, "lsb"=>{"distcodename"=>"jessie", "distid"=>"Debian", "distdescription"=>"Debian GNU/Linux 8.7 (jessie)", "distrelease"=>"8.7", "majdistrelease"=>"8", "minordistrelease"=>"7"}}
@bastelfreak
Copy link
Member

Hi @varac, thanks for the issue. Are you able to provide a pull request with the needed changes?

@dhoppe
Copy link
Member

dhoppe commented Feb 26, 2017

This line is responsibe, but I think we schould cleanup the code and only support installations via packagecloud.io to get rid of the archive resource.

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

3 participants