diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-20 16:58:33 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-20 16:58:33 -0200 |
commit | 4f18b095360a9e42145535f79fc0b1eabbd0efed (patch) | |
tree | 7c11aaefca1dd729d401e6b7189fc56c887b8c39 | |
parent | 508c51b497546827eb26557ea1fb608129db1d29 (diff) | |
download | hydra-4f18b095360a9e42145535f79fc0b1eabbd0efed.tar.gz hydra-4f18b095360a9e42145535f79fc0b1eabbd0efed.tar.bz2 |
Deploy: fix remote package installation
-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 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 |