diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5c7dc8e..1ab2d14 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
No issue
+fb74d5741095d6f Jenkins ConfDroid 2018-12-07 17:17:58
+
+
recommit for updates in build 26
+
+
+f06d5ae2ea5a410 Arne Teuke 2018-12-07 17:16:36
+
+
updates Gems and jenkinsfile
+
+
8bba2b2ab8a50a8 Jenkins ConfDroid 2018-10-23 14:00:39
recommit for updates in build 25
diff --git a/doc/puppet_classes/cd_nagios.html b/doc/puppet_classes/cd_nagios.html
index d9fc3a4..31276a1 100644
--- a/doc/puppet_classes/cd_nagios.html
+++ b/doc/puppet_classes/cd_nagios.html
@@ -113,13 +113,23 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.
23
24
-25
+25
+26
+27
+28
+29
+30
# File 'manifests/init.pp', line 23
class cd_nagios {
+
include cd_nagios::params
+
+ resources { 'firewall':
+ purge => true
+ }
}
|