Merge branch 'b/prometheus-server' into 'master'

Added missing exit 1 in __prometheus_server cdist type

See merge request ungleich-public/cdist!805
remotes/origin/feature/shell-lib
Darko Poljak 5 years ago
commit a0c1d0d8b9
  1. 1
      cdist/conf/type/__prometheus_server/manifest

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

Loading…
Cancel
Save