From: Silvio Rhatto Date: Fri, 25 Mar 2016 22:50:20 +0000 (-0300) Subject: Non-interactive installation of deployment dependencies X-Git-Tag: 0.2.4~191 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ec51dff6b70cf8ca6b72d1bf24288d3d1b595d32;p=hydra.git Non-interactive installation of deployment dependencies --- diff --git a/share/hydra/deploy b/share/hydra/deploy index 19150a8..1321a06 100755 --- a/share/hydra/deploy +++ b/share/hydra/deploy @@ -55,7 +55,7 @@ for node in $NODES; do if [ ! -e "$FOLDER/usr/bin/puppet" ]; then echo "Installing dependencies..." $DEPLOY_COMMAND apt-get update - $DEPLOY_COMMAND apt-get install $DEPLOY_DEPENDENCIES -y + $DEPLOY_COMMAND DEBIAN_FRONTEND=noninteractive apt-get install $DEPLOY_DEPENDENCIES -y fi # Create folders