diff options
-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 |