From 5b893453ed1f28fae99830cbebab6c44994bc46e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 5 May 2016 15:29:36 -0300 Subject: Check for rsync --- TODO.md | 1 - lib/hydra/deploy | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 3b1ad28..ae1762d 100644 --- 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?). diff --git a/lib/hydra/deploy b/lib/hydra/deploy index d575ddf..e7461af 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="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" -- cgit v1.2.3