From 64b8d70fbf9c903ddc4862c1d324df3739a78fcb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Mar 2016 12:35:21 -0300 Subject: Deploy dependencies, TODO update --- bin/dependencies | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin') diff --git a/bin/dependencies b/bin/dependencies index 78f6ed4..c6f09ab 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -8,6 +8,11 @@ BASENAME="`basename $0`" DEPLOY_DEPENDENCIES="puppet-common" DEVELOP_DEPENDENCIES="git mr whois" +# Additional wheezy dependencies +if [ "`head -c 1 /etc/debian_version`" != '7' ]; then + DEPLOY_DEPENDENCIES="$DEPLOY_DEPENDENCIES ruby-hiera-puppet" +fi + # Set sudo config if [ "`whoami`" != 'root' ]; then SUDO="sudo" -- cgit v1.2.3