summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schlüter <bschlueter@posteo.de>2018-02-19 15:15:43 +0100
committerBenjamin Schlüter <bschlueter@posteo.de>2018-02-19 15:15:43 +0100
commit63eecd3cce539c5f8eeb0a11aa49fc39e0b6ca43 (patch)
treeb6e67f606bc3e6bac0ac8b9353fd57a998638725
parent3f2d13d66ff3f20f96e5eea421391f01857213e2 (diff)
downloaditzks-install-script-63eecd3cce539c5f8eeb0a11aa49fc39e0b6ca43.tar.gz
itzks-install-script-63eecd3cce539c5f8eeb0a11aa49fc39e0b6ca43.tar.bz2
itzks-install-script-63eecd3cce539c5f8eeb0a11aa49fc39e0b6ca43.zip
Fix syntax error for puppet install.
-rwxr-xr-xinstall-itzks-workstation2
1 files changed, 1 insertions, 1 deletions
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 "############################################################################################"