From: Silvio Rhatto Date: Thu, 12 May 2016 15:02:32 +0000 (-0300) Subject: Adds hiera-eyaml into DEVELOP_DEPENDENCIES X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=158f12a409f9cc153f2eb1192e535f0cf69172d4;p=puppet-bootstrap.git Adds hiera-eyaml into DEVELOP_DEPENDENCIES --- diff --git a/bin/dependencies b/bin/dependencies index 6274ed6..7cf3b90 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -6,7 +6,7 @@ # Parameters BASENAME="`basename $0`" DEPLOY_DEPENDENCIES="rsync puppet-common hiera-eyaml" -DEVELOP_DEPENDENCIES="git mr whois" +DEVELOP_DEPENDENCIES="git mr whois hiera-eyaml" # Additional wheezy dependencies if not using puppet-common from wheezy-backports #if [ "`head -c 1 /etc/debian_version`" == '7' ]; then