From: Silvio Rhatto Date: Thu, 12 May 2016 14:49:38 +0000 (-0300) Subject: Adds hiera-eyaml into DEPLOY_DEPENDENCIES X-Git-Tag: 0.2.4~181 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ecab72cd456e7c526a0ce2ef902187d61a7279ee;p=hydra.git Adds hiera-eyaml into DEPLOY_DEPENDENCIES --- 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"