aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/deploy
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-26 14:14:57 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-26 14:14:57 -0200
commitba1d1dc14096166b24cd5b472688e036137d5673 (patch)
tree316a6b64ccbb7d84434a94f840d965a174e88b79 /lib/hydra/deploy
parent07ea0a76f32f4f506a61f75e95970b2bb322ce6b (diff)
downloadhydra-ba1d1dc14096166b24cd5b472688e036137d5673.tar.gz
hydra-ba1d1dc14096166b24cd5b472688e036137d5673.tar.bz2
Deploy: rsync: preserve permissions
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 68ec9b0..05705f6 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 ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders"
- DEPLOY_RSYNC="rsync -CrltDv --no-perms --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path"
+ DEPLOY_RSYNC="rsync -CrltDvp --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path"
RSYNC_PATH="rsync"
COPY_PATH=""