diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-10 10:41:19 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-10 10:41:19 -0300 |
commit | a7a05cd5b222490208d45a7df7bcfe827dd41b9d (patch) | |
tree | da2e438f9259186df1da13b29ed0d0eb89840833 | |
parent | 5b893453ed1f28fae99830cbebab6c44994bc46e (diff) | |
download | hydra-a7a05cd5b222490208d45a7df7bcfe827dd41b9d.tar.gz hydra-a7a05cd5b222490208d45a7df7bcfe827dd41b9d.tar.bz2 |
Remove usb-utils from deployment dependencies
-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 e7461af..6b34dc5 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="usb-utils rsync puppet-common" + DEPLOY_DEPENDENCIES="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" |