APT_TOOL=apt-get -yq
+CENTOS_VERSION="7"
+
# CentOS needs the EPEL repository
-EPEL_HOST=http://dl.fedoraproject.org/pub/epel/6/x86_64
+EPEL_HOST=http://dl.fedoraproject.org/pub/epel/${CENTOS_VERSION}/x86_64
EPEL_PKG=epel-release-6-8.noarch.rpm
# Debian dependencies
generic_debian: install_debs
fedora: install_rpms
-centos: install_epel install_rpms
+centos: install_rpms
ubuntu-trusty: generic_ubuntu trusty apache_mpm_prefork_mods
ubuntu-xenial: generic_ubuntu xenial apache_mpm_prefork_mods apache_perl_mod