aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-25 12:37:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-25 12:37:56 -0300
commit41b8ef0874afee6d1717429b672b993ed2ef01fc (patch)
tree1bea40c68f3294357bbce6d201f4fcc72889027d
parent64b8d70fbf9c903ddc4862c1d324df3739a78fcb (diff)
downloadpuppet-bootstrap-41b8ef0874afee6d1717429b672b993ed2ef01fc.tar.gz
puppet-bootstrap-41b8ef0874afee6d1717429b672b993ed2ef01fc.tar.bz2
Fix deploy dependencies
-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