From: Silvio Rhatto Date: Tue, 20 Oct 2015 18:58:33 +0000 (-0200) Subject: Deploy: fix remote package installation X-Git-Tag: 0.2.4~248 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4f18b095360a9e42145535f79fc0b1eabbd0efed;p=hydra.git Deploy: fix remote package installation --- 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