updates the package selection to be overridable, and up's the version

This commit is contained in:
Arne Teuke
2018-08-26 17:42:08 +02:00
parent 4e9b86a23a
commit 9800b1e585
2 changed files with 4 additions and 7 deletions

View File

@@ -62,7 +62,10 @@
##############################################################################
class cd_apache::params (
# installation
$pkg_ensure = 'latest',
$reqpackages = ['httpd','mod_ssl'],
$ae_manage_user = false,
@@ -90,11 +93,6 @@ $ae_https_port = '443',
) {
# installation section
$reqpackages = $::operatingsystem ? {
/(?i-mx:centos|fedora|redhat)/ => ['httpd','mod_ssl'],
}
# service
$ae_service = 'httpd'