aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/deploy
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-19 15:07:43 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-19 15:07:43 -0200
commit9f82b59de71def509f531c54496e20552c085c1b (patch)
treeebbbeef64ba5b9c37e5b9a885fbf10f56ab00169 /share/hydra/deploy
parent7b26418c6e5cf39ec3aa7606a6af9e29601c585a (diff)
downloadhydra-9f82b59de71def509f531c54496e20552c085c1b.tar.gz
hydra-9f82b59de71def509f531c54496e20552c085c1b.tar.bz2
Deploy: dependencies
Diffstat (limited to 'share/hydra/deploy')
-rwxr-xr-xshare/hydra/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/deploy b/share/hydra/deploy
index d7d4d95..7943a7a 100755
--- a/share/hydra/deploy
+++ b/share/hydra/deploy
@@ -48,7 +48,7 @@ for node in $NODES; do
if ! which puppet &> /dev/null; then
echo "Installing puppet..."
sudo aptitude update
- sudo aptitude install puppet -y
+ sudo aptitude install $DEPLOY_DEPENDENCIES
fi
##### END REMOTE SCRIPT #######
EOF