From bbb687eac78ad161a702b14dc2c436110f92436c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Mon, 12 Nov 2018 17:24:52 +0100 Subject: Logic fix. --- install-itzks-workstation | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'install-itzks-workstation') diff --git a/install-itzks-workstation b/install-itzks-workstation index e24039e..fd8105b 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -86,6 +86,14 @@ function configure_puppet() { echo } +function do_not_configure_puppet() { +echo +echo '! FERTIG +Die Installation des Basissystems mit ITZKS-Anpassungen ist abgeschlossen. +Es muss nur noch vor Ort die Anbindung an puppet vorgenommen werden.' +echo +} + # Add user locadm if not already there if [ -z $"(getent passwd locadm)" ]; then adduser --gecos "Local Administrator" locadm @@ -326,13 +334,8 @@ apt_install_if_not puppet configure_puppet ;; *) - : + do_not_configure_puppet ;; esac unset answer -echo -echo '! FERTIG -Die Installation des Basissystems mit ITZKS-Anpassungen ist abgeschlossen. -Es muss nur noch vor Ort die Anbindung an puppet vorgenommen werden.' -echo \ No newline at end of file -- cgit v1.2.3