]> gitweb.fluxo.info Git - hydra.git/commitdiff
Adds hiera-eyaml into DEPLOY_DEPENDENCIES
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 May 2016 14:49:38 +0000 (11:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 May 2016 14:49:38 +0000 (11:49 -0300)
lib/hydra/deploy

index 6b34dc536033fd65e72aeb0c68e91b6bf545c4d2..26c28d0408463b6a457999c300f08f668d85b339 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="rsync puppet-common"
+  DEPLOY_DEPENDENCIES="rsync puppet-common hiera-eyaml"
   DEPLOY_RSYNC="rsync -CrltDvpq --no-owner --exclude=/ssl --exclude=keys --exclude=site_keys --exclude=config/secrets --delete --rsync-path"
   RSYNC_PATH="rsync -q"