# Parameters
BASENAME="`basename $0`"
-DEPENDENCIES="puppet-common"
-DEPLOY_DEPENDENCIES="ruby-sqlite3 ruby-activerecord augeas-tools"
+DEPLOY_DEPENDENCIES="puppet-common"
DEVELOP_DEPENDENCIES="git mr whois"
-# Additional non-wheezy package
-if [ "`head -c 1 /etc/debian_version`" != '7' ]; then
- DEPLOY_DEPENDENCIES="$DEPLOY_DEPENDENCIES ruby-activerecord-deprecated-finders"
-fi
-
# Set sudo config
if [ "`whoami`" != 'root' ]; then
SUDO="sudo"