Commit 0c013bbf authored by Holger Levsen's avatar Holger Levsen
Browse files

also explicitly install munin-plugins-core (from backports)

parent adf8ae17
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -302,9 +302,11 @@ if [ -f /etc/debian_version ] ; then
		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...