diff --git a/README.md b/README.md index 6c98df7..0ce2f4b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ |Repo Name| version | Build Status| |---|---|---|---| -|`cd_apache`| 1.1.1.8 | [![Build Status](https://pipelines.confdroid.com/buildStatus/icon?job=cd_apache)](https://pipelines.confdroid.com/job/cd_apache/)| +|`cd_apache`| 1.1.2.8 | [![Build Status](https://pipelines.confdroid.com/buildStatus/icon?job=cd_apache)](https://pipelines.confdroid.com/job/cd_apache/)| ### Synopsis `Apache httpd` is a very powerful and widely used web server. @@ -101,7 +101,6 @@ All files and directories are configured with correct selinux context. If selinu * OS: CentOS 7 * Puppet 5 - ### Tests * Puppet Lint * excluded tests: diff --git a/manifests/params.pp b/manifests/params.pp index 910af5f..46158dc 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -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'