# Parameters
BASENAME="`basename $0`"
-DEPLOY_DEPENDENCIES="rsync puppet-common hiera-eyaml r10k"
+DEPLOY_DEPENDENCIES="rsync puppet hiera-eyaml r10k"
DEVELOP_DEPENDENCIES="git mr whois hiera-eyaml"
-# 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
SUDO="sudo"