From: Silvio Rhatto Date: Sat, 12 Mar 2016 14:19:26 +0000 (-0300) Subject: Deploy: dependency: augeas-tools X-Git-Tag: 0.2.4~207 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7d6309afc7bca9e117270b688f8e22f49f2cbe78;p=hydra.git Deploy: dependency: augeas-tools --- diff --git a/lib/hydra/deploy b/lib/hydra/deploy index cce2305..771c42e 100644 --- a/lib/hydra/deploy +++ b/lib/hydra/deploy @@ -4,7 +4,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" + DEPLOY_DEPENDENCIES="puppet-common ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders augeas-tools" DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=hiera/secrets --delete --rsync-path" RSYNC_PATH="rsync -q"