aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/deploy
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-20 16:58:33 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-20 16:58:33 -0200
commit4f18b095360a9e42145535f79fc0b1eabbd0efed (patch)
tree7c11aaefca1dd729d401e6b7189fc56c887b8c39 /share/hydra/deploy
parent508c51b497546827eb26557ea1fb608129db1d29 (diff)
downloadhydra-4f18b095360a9e42145535f79fc0b1eabbd0efed.tar.gz
hydra-4f18b095360a9e42145535f79fc0b1eabbd0efed.tar.bz2
Deploy: fix remote package installation
Diffstat (limited to 'share/hydra/deploy')
-rwxr-xr-xshare/hydra/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy
index 0b270b6..258c68e 100755
--- a/share/hydra/deploy
+++ b/share/hydra/deploy
@@ -86,7 +86,7 @@ for node in $NODES; do
if ! which puppet &> /dev/null; then
echo "Installing puppet..."
sudo aptitude update
- sudo aptitude install $DEPLOY_DEPENDENCIES
+ sudo aptitude install $DEPLOY_DEPENDENCIES -y
fi
##### END REMOTE SCRIPT #######
EOF