]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Adds hiera-eyaml into DEVELOP_DEPENDENCIES
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 May 2016 15:02:32 +0000 (12:02 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 May 2016 15:02:32 +0000 (12:02 -0300)
bin/dependencies

index 6274ed6d699ca42f8226da9ea5491ee0098f8019..7cf3b909a5d63f6cb0f7ecc91a0eecdec0887ada 100755 (executable)
@@ -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