aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-12-31 09:27:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-12-31 09:27:11 -0300
commitcdf470e3aaf5983ea10009c8b5fc457491b14c29 (patch)
treef8de0701b79da591c8fcded322c55d56a6d66807 /lib
parent1520ed9c229a95417da5433980d8c05514136ef5 (diff)
downloadhydra-cdf470e3aaf5983ea10009c8b5fc457491b14c29.tar.gz
hydra-cdf470e3aaf5983ea10009c8b5fc457491b14c29.tar.bz2
Fix: switch puppet-common dependency
Diffstat (limited to 'lib')
-rw-r--r--lib/hydra/deploy2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hydra/deploy b/lib/hydra/deploy
index 713a53e..ed281d1 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 hiera-eyaml python3"
+ DEPLOY_DEPENDENCIES="rsync puppet hiera-eyaml python3"
DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=config/secrets --delete --rsync-path"
RSYNC_PATH="rsync -q"