aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/deploy
diff options
context:
space:
mode:
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