From 63eecd3cce539c5f8eeb0a11aa49fc39e0b6ca43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Schl=C3=BCter?= Date: Mon, 19 Feb 2018 15:15:43 +0100 Subject: Fix syntax error for puppet install. --- install-itzks-workstation | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-itzks-workstation b/install-itzks-workstation index 4bec56f..391990c 100755 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -264,7 +264,7 @@ fi # Install and enable puppet-agent on client echo '! Puppet-Agent wird installiert... ' -apt_install_if_not install -y puppet +apt_install_if_not puppet echo echo "############################################################################################" -- cgit v1.2.3