diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-02-24 19:12:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-02-24 19:12:00 -0300 |
commit | 5e68ff28f2370e05f7bee258a2d61924dd569e8c (patch) | |
tree | d8223ab4df60bd89b74e164f7d162095298f446f | |
parent | bab8d69a3cd07a4c66bf32a6774984872ab18511 (diff) | |
download | hydra-5e68ff28f2370e05f7bee258a2d61924dd569e8c.tar.gz hydra-5e68ff28f2370e05f7bee258a2d61924dd569e8c.tar.bz2 |
Fix: lib: hydra: deploy: dependencies: git
-rw-r--r-- | lib/hydra/deploy | 2 |
1 files changed, 1 insertions, 1 deletions
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" |