]> gitweb.fluxo.info Git - hydra.git/commitdiff
Fix: lib: hydra: deploy: dependencies: git
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 24 Feb 2024 22:12:00 +0000 (19:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 24 Feb 2024 22:12:00 +0000 (19:12 -0300)
lib/hydra/deploy

index 6990339240edac11bc1f1440415e4f6970d62ff8..dc4a7eb3f64fd2a7a0c812b5a9a5c87268dca1ba 100644 (file)
@@ -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"