diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 12:02:32 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-12 12:02:32 -0300 |
commit | 158f12a409f9cc153f2eb1192e535f0cf69172d4 (patch) | |
tree | 875ebaf0738ee503314471c9e21f381efd672ded /bin/dependencies | |
parent | ec33fd1fcf2a7c5a0849345ddd94143d6a6ba4be (diff) | |
download | puppet-bootstrap-158f12a409f9cc153f2eb1192e535f0cf69172d4.tar.gz puppet-bootstrap-158f12a409f9cc153f2eb1192e535f0cf69172d4.tar.bz2 |
Adds hiera-eyaml into DEVELOP_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 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 |