aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/deploy
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-05 15:29:36 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-05 15:29:36 -0300
commit5b893453ed1f28fae99830cbebab6c44994bc46e (patch)
tree2225b1bfae5159c2a533bb8b9a2690058bbd4c58 /lib/hydra/deploy
parentc1bed7d7b03370a6d0113f0eb348729df8e2445e (diff)
downloadhydra-5b893453ed1f28fae99830cbebab6c44994bc46e.tar.gz
hydra-5b893453ed1f28fae99830cbebab6c44994bc46e.tar.bz2
Check for rsync
Diffstat (limited to 'lib/hydra/deploy')
-rw-r--r--lib/hydra/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/deploy b/lib/hydra/deploy
index d575ddf..e7461af 100644
--- a/lib/hydra/deploy
+++ b/lib/hydra/deploy
@@ -5,7 +5,7 @@ function hydra_deploy_setup {
# Common parameters
# Exclude eventual keys and version control files
#DEPLOY_DEPENDENCIES="puppet-common ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders augeas-tools"
- DEPLOY_DEPENDENCIES="puppet-common"
+ DEPLOY_DEPENDENCIES="usb-utils rsync puppet-common"
DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=config/secrets --delete --rsync-path"
RSYNC_PATH="rsync -q"