From: Silvio Rhatto Date: Thu, 12 May 2016 14:49:46 +0000 (-0300) Subject: Adds hiera-eyaml into DEPLOY_DEPENDENCIES X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=490f2e27f7ef448d0b7f430b2604c147afe3b6de;p=puppet-bootstrap.git Adds hiera-eyaml into DEPLOY_DEPENDENCIES --- diff --git a/bin/dependencies b/bin/dependencies index dabb8f1..6274ed6 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -5,7 +5,7 @@ # Parameters BASENAME="`basename $0`" -DEPLOY_DEPENDENCIES="rsync puppet-common" +DEPLOY_DEPENDENCIES="rsync puppet-common hiera-eyaml" DEVELOP_DEPENDENCIES="git mr whois" # Additional wheezy dependencies if not using puppet-common from wheezy-backports