Commit 093ff284 authored by Holger Levsen's avatar Holger Levsen
Browse files

actually install munin-node* from bpo everywhere

parent 0c013bbf
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -258,6 +258,9 @@ if [ -f /etc/debian_version ] ; then
			lsof
			molly-guard
			moreutils
			munin-node/stretch-backports
			munin-plugins-core/stretch-backports
			munin-plugins-extra/stretch-backports
			netcat-traditional
			ntp
			ntpdate
@@ -298,17 +301,6 @@ if [ -f /etc/debian_version ] ; then
				debootstrap/stretch-backports" ;;
			*) 	;;
		esac
		# install munin from stretch-backports everywhere, except on ubuntu nodes
		case $HOSTNAME in
			codethink*) DEBS="$DEBS
				munin-node
				munin-plugins-core
				munin-plugins-extra" ;;
			*) 	DEBS="$DEBS
				munin-node/stretch-backports
				munin-plugins-core/stretch-backports
				munin-plugins-extra/stretch-backports" ;;
		esac
		# needed to run the 2nd reproducible builds nodes in the future...
		case $HOSTNAME in
			profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386|profitbricks-build15-amd64|profitbricks-build16-i386) DEBS="$DEBS ntpdate" ;;