Added missing exit 1 in __prometheus_server cdist type

remotes/origin/feature/shell-lib
Dominique Roux 5 years ago committed by Darko Poljak
parent 69170b20f6
commit d106632b2f
  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 "Send a pull request if you require it." >&2
exit 1
;;
esac
else

Loading…
Cancel
Save