Had to change the apt_source_distribution to stable, since the repository doesn't differ in distributions

remotes/origin/5.1
Dominique Roux 6 years ago
parent 6bb58f8820
commit a70d2e0af5
  1. 6
      cdist/conf/type/__grafana_dashboard/manifest

@ -8,10 +8,12 @@ case $os in
debian|devuan)
case $os_version in
8*|jessie)
apt_source_distribution=jessie
# Differntation not needed anymore
apt_source_distribution=stable
;;
9*|ascii/ceres|ascii)
apt_source_distribution=stretch
# Differntation not needed anymore
apt_source_distribution=stable
;;
*)
echo "Don't know how to install Grafana on $os $os_version. Send us a pull request!" >&2

Loading…
Cancel
Save