aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/deploy
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-12 11:19:26 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-12 11:19:26 -0300
commit7d6309afc7bca9e117270b688f8e22f49f2cbe78 (patch)
tree5385e66bb389404db96e7889186f17a4fb4e6187 /lib/hydra/deploy
parent997f48dddfeb276fbff555983587e769ca45c08d (diff)
downloadhydra-7d6309afc7bca9e117270b688f8e22f49f2cbe78.tar.gz
hydra-7d6309afc7bca9e117270b688f8e22f49f2cbe78.tar.bz2
Deploy: dependency: augeas-tools
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 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"