]> gitweb.fluxo.info Git - hydra.git/commitdiff
Remove usb-utils from deployment dependencies
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 10 May 2016 13:41:19 +0000 (10:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 10 May 2016 13:41:19 +0000 (10:41 -0300)
lib/hydra/deploy

index e7461af3e9ca7d7202acd9d14b5be52c1db92783..6b34dc536033fd65e72aeb0c68e91b6bf545c4d2 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="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"