From ec51dff6b70cf8ca6b72d1bf24288d3d1b595d32 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Mar 2016 19:50:20 -0300 Subject: Non-interactive installation of deployment dependencies --- share/hydra/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3