From: Silvio Rhatto Date: Fri, 25 Mar 2016 15:37:56 +0000 (-0300) Subject: Fix deploy dependencies X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=41b8ef0874afee6d1717429b672b993ed2ef01fc;p=puppet-bootstrap.git Fix deploy dependencies --- diff --git a/bin/dependencies b/bin/dependencies index c6f09ab..bfc866a 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -9,7 +9,7 @@ DEPLOY_DEPENDENCIES="puppet-common" DEVELOP_DEPENDENCIES="git mr whois" # Additional wheezy dependencies -if [ "`head -c 1 /etc/debian_version`" != '7' ]; then +if [ "`head -c 1 /etc/debian_version`" == '7' ]; then DEPLOY_DEPENDENCIES="$DEPLOY_DEPENDENCIES ruby-hiera-puppet" fi