]> gitweb.fluxo.info Git - hydra.git/commitdiff
Check for rsync
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 5 May 2016 18:29:36 +0000 (15:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 5 May 2016 18:29:36 +0000 (15:29 -0300)
TODO.md
lib/hydra/deploy

diff --git a/TODO.md b/TODO.md
index 3b1ad28171b079ab46b439bf8564acddc46f1681..ae1762d314f7cb32c092c9c75d0de399d11d81f1 100644 (file)
--- a/TODO.md
+++ b/TODO.md
@@ -13,6 +13,5 @@ Hydra
   - lockfile.
   - keys, certs and secrets.
   - fix /etc/puppet permissions.
-  - check for local dependencies (rsync, etc).
   - check hostname and required node configuration.
   - log applied version and date (in the node and also in the repo?).
index d575ddfe7d9a6a7761929e91cdaed0905c8d21bc..e7461af3e9ca7d7202acd9d14b5be52c1db92783 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="puppet-common"
+  DEPLOY_DEPENDENCIES="usb-utils rsync puppet-common"
   DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=config/secrets --delete --rsync-path"
   RSYNC_PATH="rsync -q"