diff --git a/CHANGELOG.md b/CHANGELOG.md index 347ed38..6726742 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Changelog of Git Changelog.
+
+
|Repo Name| version | Build
Status|
|---|---|---|---|
-|cd_apache| 1.1.1.8 | cd_apache| 1.1.2.8 | {Build
Status/]|
|Repo Name| version | Build
Status|
|---|---|---|---|
-|cd_apache| 1.1.1.8 | cd_apache| 1.1.2.8 | {Build
Status/]|
the port to use for the https protocol
+ + +# File 'manifests/params.pp', line 63
class cd_apache::params (
+# installation
$pkg_ensure = 'latest',
+$reqpackages = ['httpd','mod_ssl'],
+
$ae_manage_user = false,
@@ -599,11 +613,6 @@ $ae_https_port = '443',
) {
-# installation section
-
-$reqpackages = $::operatingsystem ? {
- /(?i-mx:centos|fedora|redhat)/ => ['httpd','mod_ssl'],
- }
# service
$ae_service = 'httpd'