The current version of this module is not compatible with RHEL7 and its derivatives, because the yum repo that it defines specifies a repo that is for apache 2.4 and RHEL6 ships apache 2.2. Until this is fix, a workaround is to change the manifest/repo/redhat.pp file so that rpm_apache2.4 is change to just rpm. It's a workaround that works only if you have only RHEL6 servers or if you can disable puppet on your RHEL7 servers while you install a new RHEL6.
The current version of this module is not compatible with RHEL7 and its derivatives, because the yum repo that it defines specifies a repo that is for apache 2.4 and RHEL6 ships apache 2.2. Until this is fix, a workaround is to change the manifest/repo/redhat.pp file so that
rpm_apache2.4
is change to justrpm
. It's a workaround that works only if you have only RHEL6 servers or if you can disable puppet on your RHEL7 servers while you install a new RHEL6.