diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-03 18:31:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-03 18:31:17 +0200 |
commit | 2c8b51d1f62c04a68ae7f1addf1a611ba4b0928d (patch) | |
tree | 9adc74ba1247923df2d062155f14e2db444c99a7 | |
parent | 3e69818216d6b7cb9b3663e238b9bd55d979d8ea (diff) | |
download | jenkins.debian.net-2c8b51d1f62c04a68ae7f1addf1a611ba4b0928d.tar.xz |
install netcat on all the nodes as its needed for munin access via ssh
-rwxr-xr-x | update_jdn.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 4f739c65..dda9ef21 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -176,7 +176,8 @@ if [ -f /etc/debian_version ] ; then molly-guard moreutils munin-node - munin-plugins-extra + munin-plugins-extra + netcat-traditional pigz postfix procmail |