Compare commits

...

3 commits

Author SHA1 Message Date
Dominique Roux
8ecb78b599 [GRAFANA] Updated manifest for working with debian buster 2019-11-29 17:19:39 +01:00
Dominique Roux
3edf207994 revoked unnecessary require 2019-10-04 22:44:02 +02:00
Dominique Roux
0459bde77f missing exit 1 lead into an error and not good state of cdist 2019-10-04 22:41:18 +02:00
2 changed files with 5 additions and 0 deletions

View file

@ -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

View file

@ -33,6 +33,7 @@ if [ -f "$__object/parameter/install-from-backports" ]; then
*)
echo "--install-from-backports is only supported on Devuan -- ignoring." >&2
echo "Send a pull request if you require it." >&2
exit 1
;;
esac
else