diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 11:49:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 11:49:46 -0300 |
commit | 490f2e27f7ef448d0b7f430b2604c147afe3b6de (patch) | |
tree | 57a4a3bd02ae5c2f1215d5d7063ba4e4d70ebe87 /bin/dependencies | |
parent | 7d1fc96e55cbff893e7fdc1b5bc4452a0cf373da (diff) | |
download | puppet-bootstrap-490f2e27f7ef448d0b7f430b2604c147afe3b6de.tar.gz puppet-bootstrap-490f2e27f7ef448d0b7f430b2604c147afe3b6de.tar.bz2 |
Adds hiera-eyaml into DEPLOY_DEPENDENCIES
Diffstat (limited to 'bin/dependencies')
-rwxr-xr-x | bin/dependencies | 2 |
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 |