From 8ecb78b59902f3c48d70010dd0cb2f55d0b6356f Mon Sep 17 00:00:00 2001 From: Dominique Roux Date: Fri, 29 Nov 2019 17:19:39 +0100 Subject: [PATCH] [GRAFANA] Updated manifest for working with debian buster --- cdist/conf/type/__grafana_dashboard/manifest | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cdist/conf/type/__grafana_dashboard/manifest b/cdist/conf/type/__grafana_dashboard/manifest index e652202b..edd0e9bb 100755 --- a/cdist/conf/type/__grafana_dashboard/manifest +++ b/cdist/conf/type/__grafana_dashboard/manifest @@ -15,6 +15,10 @@ case $os in # Differntation not needed anymore apt_source_distribution=stable ;; + 10*|buster) + # 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 exit 1