diff --git a/CHANGELOG.md b/CHANGELOG.md
index a3dbea5..d436f80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
No issue
+012b3bc5abd7135 Jenkins ConfDroid 2018-12-07 13:00:07
+
+
recommit for updates in build 18
+
+
+2860613dee44472 Arne Teuke 2018-12-07 12:59:18
+
+
updates Gems and jenkinsfile
+
+
30b817aca81fb10 Jenkins ConfDroid 2018-08-26 15:42:58
recommit for updates in build 17
diff --git a/doc/puppet_classes/cd_apache.html b/doc/puppet_classes/cd_apache.html
index b621078..6714e92 100644
--- a/doc/puppet_classes/cd_apache.html
+++ b/doc/puppet_classes/cd_apache.html
@@ -113,13 +113,23 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.
24
25
-26
+26
+27
+28
+29
+30
+31
# File 'manifests/init.pp', line 24
class cd_apache {
+
include cd_apache::params
+
+ resources { 'firewall':
+ purge => true
+ }
}
|