From 51c1763e25e412ebe6125ad08df88d4fedd55831 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Mar 2016 19:47:35 -0300 Subject: Comment wheezy dependencies specifics --- bin/dependencies | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/dependencies b/bin/dependencies index bfc866a..0c45b15 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -8,10 +8,10 @@ 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 +# Additional wheezy dependencies if not using puppet-common from wheezy-backports +#if [ "`head -c 1 /etc/debian_version`" == '7' ]; then +# DEPLOY_DEPENDENCIES="$DEPLOY_DEPENDENCIES ruby-hiera-puppet" +#fi # Set sudo config if [ "`whoami`" != 'root' ]; then -- cgit v1.2.3