From 5913f15132ce69dda1c7af04fd0c83b573f7171d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 Oct 2015 17:20:57 -0200 Subject: Deploy: better rsync excludes --- lib/hydra/deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hydra/deploy') diff --git a/lib/hydra/deploy b/lib/hydra/deploy index f82c115..ba66152 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=hiera/secrets --delete --rsync-path" + DEPLOY_RSYNC="rsync -CrltDv --no-perms --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path" RSYNC_PATH="rsync" COPY_PATH="" -- cgit v1.2.3