From 30b817aca81fb10ccf2c7e54db846824a41f1536 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
Date: Sun, 26 Aug 2018 17:42:58 +0200
Subject: [PATCH] recommit for updates in build 17
---
CHANGELOG.md | 10 ++++++++
doc/file.README.html | 2 +-
doc/index.html | 2 +-
doc/puppet_classes/cd_apache_3A_3Aparams.html | 25 +++++++++++++------
4 files changed, 29 insertions(+), 10 deletions(-)
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.
No issue
+52a7b063c5eb39e Jenkins ConfDroid 2018-08-26 14:59:39
+
+
recommit for updates in build 16
+
+
+4e9b86a23ab5b0b Arne Teuke 2018-08-26 14:58:47
+
+
updates README
+
+
2e9afa83494de05 Arne Teuke 2018-04-29 11:27:51
updates mode
diff --git a/doc/file.README.html b/doc/file.README.html
index 08dd918..40289b5 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -61,7 +61,7 @@
|Repo Name| version | Build
Status|
|---|---|---|---|
-|cd_apache| 1.1.1.8 | cd_apache| 1.1.2.8 | {Build
Status/]|
diff --git a/doc/index.html b/doc/index.html
index 830168f..fd04e74 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -61,7 +61,7 @@
|Repo Name| version | Build
Status|
|---|---|---|---|
-|cd_apache| 1.1.1.8 | cd_apache| 1.1.2.8 | {Build
Status/]|
diff --git a/doc/puppet_classes/cd_apache_3A_3Aparams.html b/doc/puppet_classes/cd_apache_3A_3Aparams.html
index a167524..d10f640 100644
--- a/doc/puppet_classes/cd_apache_3A_3Aparams.html
+++ b/doc/puppet_classes/cd_apache_3A_3Aparams.html
@@ -454,6 +454,19 @@ disabled.
the port to use for the https protocol
+
+
+
+
+ reqpackages
+
+
+ (Any)
+
+
+ (defaults to: ['httpd','mod_ssl'])
+
+
@@ -562,16 +575,17 @@ disabled.
130
131
132
-133
-134
-135
+133
# 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'
|