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
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"}}
The text was updated successfully, but these errors were encountered:
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.
Currently for debian, "wheezy" is hardcoded as distribution.
It should pick up the current distribution
The text was updated successfully, but these errors were encountered: