diff options
-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 |