From: Silvio Rhatto Date: Sat, 24 Feb 2024 22:12:00 +0000 (-0300) Subject: Fix: lib: hydra: deploy: dependencies: git X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5e68ff28f2370e05f7bee258a2d61924dd569e8c;p=hydra.git Fix: lib: hydra: deploy: dependencies: git --- diff --git a/lib/hydra/deploy b/lib/hydra/deploy index 6990339..dc4a7eb 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 hiera-eyaml python3" + DEPLOY_DEPENDENCIES="git 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"