From 41b8ef0874afee6d1717429b672b993ed2ef01fc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 25 Mar 2016 12:37:56 -0300 Subject: Fix deploy dependencies --- bin/dependencies | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3