]> gitweb.fluxo.info Git - hydra.git/commitdiff
Cleanup needed deployment dependencies
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Mar 2016 22:50:05 +0000 (19:50 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 25 Mar 2016 22:50:05 +0000 (19:50 -0300)
lib/hydra/deploy

index f7a8f02aee26e1977f9e641504e5d820763784f1..d575ddfe7d9a6a7761929e91cdaed0905c8d21bc 100644 (file)
@@ -4,7 +4,8 @@
 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 ruby-sqlite3 ruby-activerecord ruby-activerecord-deprecated-finders augeas-tools"
+  DEPLOY_DEPENDENCIES="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"