From d67a91407c143aa1b86e1c144f7c5c44b483a424 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Thu, 19 Feb 2026 17:47:54 +0100 Subject: [PATCH] Recommit for updates in build 64 --- .../confdroid_nagios_3A_3Aparams.html | 106 ++---------------- 1 file changed, 12 insertions(+), 94 deletions(-) diff --git a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html index e74ff40..c62594a 100644 --- a/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nagios_3A_3Aparams.html @@ -185,86 +185,6 @@ inherited by all classes except defines. -
  • - - ng_user - - - (String) - - - - — -
    -

    The name of the Nagios user to be created on the Nagios server. Default is ‘nagios’.

    -
    - -
  • - -
  • - - ng_u_comment - - - (String) - - - - — -
    -

    The comment field for the Nagios user. Default is ‘Nagios User’.

    -
    - -
  • - -
  • - - ng_u_groups - - - (String) - - - - — -
    -

    The group(s) to which the Nagios user should be added. Default is ‘nagios’.

    -
    - -
  • - -
  • - - ng_u_shell - - - (String) - - - - — -
    -

    The login shell for the Nagios user. Default is ‘/sbin/nologin’.

    -
    - -
  • - -
  • - - ng_u_home - - - (String) - - - - — -
    -

    The home directory for the Nagios user. Default is ‘/home/nagios’.

    -
    - -
  • -
  • ng_include_nrpe @@ -348,6 +268,16 @@ inherited by all classes except defines.
     
     
    +27
    +28
    +29
    +30
    +31
    +32
    +33
    +34
    +35
    +36
     37
     38
     39
    @@ -445,21 +375,10 @@ inherited by all classes except defines.
     131
     132
     133
    -134
    -135
    -136
    -137
    -138
    -139
    -140
    -141
    -142
    -143
    -144
    -145
    +134 -
    # File 'manifests/params.pp', line 37
    +        
    # File 'manifests/params.pp', line 27
     
     class confdroid_nagios::params (
     
    @@ -475,7 +394,6 @@ class confdroid_nagios::params (
     # httpd
       Boolean $ng_use_https       = false,
     
    -
     ) {
     # Default facts
       $fqdn                     = $facts['networking']['fqdn']