diff options
-rw-r--r-- | lib/hydra/deploy | 3 |
1 files changed, 2 insertions, 1 deletions
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" |