aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/dependencies2
1 files changed, 1 insertions, 1 deletions
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