diff options
Diffstat (limited to 'install-itzks-workstation')
-rwxr-xr-x | install-itzks-workstation | 15 |
1 files changed, 9 insertions, 6 deletions
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 |