diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 19:50:05 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-25 19:50:05 -0300 |
commit | c8b6060c99e6300fff36b56f3a30e7568205ca2e (patch) | |
tree | 49e3bd60fbb82ae56535aec40fe7fa31c95ce78c /lib | |
parent | 30b80b0fc5b1ccb7222687ba474432a47284bab0 (diff) | |
download | hydra-c8b6060c99e6300fff36b56f3a30e7568205ca2e.tar.gz hydra-c8b6060c99e6300fff36b56f3a30e7568205ca2e.tar.bz2 |
Cleanup needed deployment dependencies
Diffstat (limited to 'lib')
-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" |