From 4f18b095360a9e42145535f79fc0b1eabbd0efed Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 Oct 2015 16:58:33 -0200 Subject: Deploy: fix remote package installation --- share/hydra/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share') 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 -- cgit v1.2.3