Commit 4c9e1f12 authored by Holger Levsen's avatar Holger Levsen
Browse files

install munin from stretch-backports everywhere, except on ubuntu nodes

parent d9a9947d
Loading
Loading
Loading
Loading
+9 −2
Original line number Diff line number Diff line
@@ -301,8 +301,6 @@ if [ -f /etc/debian_version ] ; then
			lsof
			molly-guard
			moreutils
			munin-node/stretch-backports
			munin-plugins-extra/stretch-backports
			netcat-traditional
			ntp
			ntpdate
@@ -331,6 +329,15 @@ if [ -f /etc/debian_version ] ; then
				python3-yaml" ;;
			*) ;;
		esac
		# install munin from stretch-backports everywhere, except on ubuntu nodes
		case $HOSTNAME in
			codethink*) DEBS="$DEBS
				munin-node
				munin-plugins-extra" ;;
			*) 	DEBS="$DEBS
				munin-node/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" ;;