diff --git a/doc/file.README.html b/doc/file.README.html index f2ebc2d..c7d9a06 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -106,7 +106,9 @@

configuring user access

diff --git a/doc/index.html b/doc/index.html index 04d68dc..8d46a44 100644 --- a/doc/index.html +++ b/doc/index.html @@ -106,7 +106,9 @@

configuring user access

diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Adirs.html b/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Adirs.html index 788810c..28d7674 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Adirs.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Amain_3A_3Adirs.html @@ -291,7 +291,18 @@ 193 194 195 -196 +196 +197 +198 +199 +200 +201 +202 +203 +204 +205 +206 +207
# File 'manifests/main/dirs.pp', line 6
@@ -341,6 +352,18 @@ class confdroid_nagios::main::dirs (
       seluser  => system_u,
     }
 
+    # /etc/nagios/conf.d
+    file { $ng_conf_d_dir:
+      ensure   => directory,
+      path     => $ng_conf_d_dir,
+      owner    => 'root',
+      group    => 'nagios',
+      mode     => '0750',
+      selrange => s0,
+      selrole  => object_r,
+      seltype  => nagios_etc_t,
+      seluser  => system_u,
+    }
   # /usr/lib64/nagios dir required for plugins
 #  file { $ng_lib_dir:
 #    ensure   => directory,
@@ -367,7 +390,7 @@ class confdroid_nagios::main::dirs (
 #    seluser  => system_u,
 #  }
 
-#  if $fqdn == $ng_nagios_server {
+
     # /etc/nagios/conf.d
 #    file { $ng_conf_d_dir:
 #      ensure   => directory,
@@ -484,7 +507,6 @@ class confdroid_nagios::main::dirs (
 #      seltype  => nagios_spool_t,
 #      seluser  => system_u,
 #    }
-#  }
   }
 }