From: Silvio Rhatto Date: Fri, 25 Mar 2016 22:50:05 +0000 (-0300) Subject: Cleanup needed deployment dependencies X-Git-Tag: 0.2.4~192 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=c8b6060c99e6300fff36b56f3a30e7568205ca2e;p=hydra.git Cleanup needed deployment dependencies --- diff --git a/lib/hydra/deploy b/lib/hydra/deploy index f7a8f02..d575ddf 100644 --- a/lib/hydra/deploy +++ b/lib/hydra/deploy @@ -4,7 +4,8 @@ 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 ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders augeas-tools" + DEPLOY_DEPENDENCIES="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"