diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 19:50:20 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 19:50:20 -0300 |
commit | ec51dff6b70cf8ca6b72d1bf24288d3d1b595d32 (patch) | |
tree | de227bcb63bb4f54b2a3d5719861631e38b73434 /share | |
parent | c8b6060c99e6300fff36b56f3a30e7568205ca2e (diff) | |
download | hydra-ec51dff6b70cf8ca6b72d1bf24288d3d1b595d32.tar.gz hydra-ec51dff6b70cf8ca6b72d1bf24288d3d1b595d32.tar.bz2 |
Non-interactive installation of deployment dependencies
Diffstat (limited to 'share')
-rwxr-xr-x | share/hydra/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
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 |