From: Silvio Rhatto Date: Mon, 26 Oct 2015 16:14:57 +0000 (-0200) Subject: Deploy: rsync: preserve permissions X-Git-Tag: 0.2.4~241 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ba1d1dc14096166b24cd5b472688e036137d5673;p=hydra.git Deploy: rsync: preserve permissions --- 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=""