diff --git a/CHANGELOG.md b/CHANGELOG.md index d490ce7..2000d1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Changelog of Git Changelog.

No issue

+1bd25a5521497ad Jenkins ConfDroid 2018-04-29 10:37:43 +

+

recommit for updates in build 9

+ +

+f1732d7e82c0fac Arne Teuke 2018-04-29 10:37:36 +

+

fixes syntax for linting

+ +

639d791e988b054 Jenkins ConfDroid 2018-04-29 10:27:22

recommit for updates in build 8

diff --git a/doc/puppet_classes/cd_nagios_3A_3Aserver_3A_3Afiles.html b/doc/puppet_classes/cd_nagios_3A_3Aserver_3A_3Afiles.html index 8b9de6e..6cb89c4 100644 --- a/doc/puppet_classes/cd_nagios_3A_3Aserver_3A_3Afiles.html +++ b/doc/puppet_classes/cd_nagios_3A_3Aserver_3A_3Afiles.html @@ -226,25 +226,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.

117 118 119 -120 -121 -122 -123 -124 -125 -126 -127 -128 -129 -130 -131 -132 -133 -134 -135 -136 -137 -138 +120
# File 'manifests/server/files.pp', line 23
@@ -296,24 +278,6 @@ class cd_nagios::server::files (
       notify    =>  Service[$ng_service],
     }
 
-    # manage resources.cfg file
-
-    file { $ng_resource_file:
-      ensure    =>  file,
-      path      =>  $ng_resource_file,
-      owner     =>  'root',
-      group     =>  'root',
-      mode      =>  '0644',
-      selrange  =>  s0,
-      selrole   =>  object_r,
-      seltype   =>  nagios_etc_t,
-      seluser   =>  system_u,
-      content   =>  template($ng_cgi_cfg_erb),
-      notify    =>  Service[$ng_service],
-    }
-
-
-
     ## Apache files
     # since we use vhost files, we do not want the regular file to appear
     # after upgrades to avoid conflicts