]> gitweb.fluxo.info Git - hydra.git/commitdiff
Deploy: fix remote package installation
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Oct 2015 18:58:33 +0000 (16:58 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Oct 2015 18:58:33 +0000 (16:58 -0200)
share/hydra/deploy

index 0b270b6bc804c53cf6a35a9d07dac93a946c26f7..258c68ecce14459e28076fccbc38391e015df674 100755 (executable)
@@ -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