updates the package selection to be overridable, and up's the version
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user