aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-12 12:02:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-12 12:02:32 -0300
commit158f12a409f9cc153f2eb1192e535f0cf69172d4 (patch)
tree875ebaf0738ee503314471c9e21f381efd672ded /bin
parentec33fd1fcf2a7c5a0849345ddd94143d6a6ba4be (diff)
downloadpuppet-bootstrap-158f12a409f9cc153f2eb1192e535f0cf69172d4.tar.gz
puppet-bootstrap-158f12a409f9cc153f2eb1192e535f0cf69172d4.tar.bz2
Adds hiera-eyaml into DEVELOP_DEPENDENCIES
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dependencies2
1 files changed, 1 insertions, 1 deletions
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