aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/deploy
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-12 11:49:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-12 11:49:38 -0300
commitecab72cd456e7c526a0ce2ef902187d61a7279ee (patch)
tree2b41427484dde393e48343b533f04e091c2d4d32 /lib/hydra/deploy
parenta7a05cd5b222490208d45a7df7bcfe827dd41b9d (diff)
downloadhydra-ecab72cd456e7c526a0ce2ef902187d61a7279ee.tar.gz
hydra-ecab72cd456e7c526a0ce2ef902187d61a7279ee.tar.bz2
Adds hiera-eyaml into DEPLOY_DEPENDENCIES
Diffstat (limited to 'lib/hydra/deploy')
-rw-r--r--lib/hydra/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/deploy b/lib/hydra/deploy
index 6b34dc5..26c28d0 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-common ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders augeas-tools"
- DEPLOY_DEPENDENCIES="rsync puppet-common"
+ DEPLOY_DEPENDENCIES="rsync puppet-common hiera-eyaml"
DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=config/secrets --delete --rsync-path"
RSYNC_PATH="rsync -q"