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