aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-12 11:49:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-12 11:49:46 -0300
commit490f2e27f7ef448d0b7f430b2604c147afe3b6de (patch)
tree57a4a3bd02ae5c2f1215d5d7063ba4e4d70ebe87 /bin
parent7d1fc96e55cbff893e7fdc1b5bc4452a0cf373da (diff)
downloadpuppet-bootstrap-490f2e27f7ef448d0b7f430b2604c147afe3b6de.tar.gz
puppet-bootstrap-490f2e27f7ef448d0b7f430b2604c147afe3b6de.tar.bz2
Adds hiera-eyaml into DEPLOY_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 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