diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 15:07:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-10-19 15:07:43 -0200 |
commit | 9f82b59de71def509f531c54496e20552c085c1b (patch) | |
tree | ebbbeef64ba5b9c37e5b9a885fbf10f56ab00169 /lib | |
parent | 7b26418c6e5cf39ec3aa7606a6af9e29601c585a (diff) | |
download | hydra-9f82b59de71def509f531c54496e20552c085c1b.tar.gz hydra-9f82b59de71def509f531c54496e20552c085c1b.tar.bz2 |
Deploy: dependencies
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/deploy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hydra/deploy b/lib/hydra/deploy index 5fecafd..05479fe 100644 --- a/lib/hydra/deploy +++ b/lib/hydra/deploy @@ -4,6 +4,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" RSYNC_PATH="rsync" COPY_PATH="" |