diff --git a/doc/puppet_classes/confdroid_nrpe_3A_3Aparams.html b/doc/puppet_classes/confdroid_nrpe_3A_3Aparams.html index 862050c..de4c1dd 100644 --- a/doc/puppet_classes/confdroid_nrpe_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_nrpe_3A_3Aparams.html @@ -403,24 +403,6 @@ inherited by all classes except defines. -
  • - - ne_ssl_cacert_file - - - (String) - - - (defaults to: '/etc/pki/tls/certs/ca-chain.crt.pem') - - - — -
    -

    path and name of the ssl certificate authority (ca) file / chain. must be full path.

    -
    - -
  • -
  • ne_ssl_client_certs @@ -817,6 +799,8 @@ inherited by all classes except defines.
     
     
    +87
    +88
     89
     90
     91
    @@ -908,13 +892,10 @@ inherited by all classes except defines.
     177
     178
     179
    -180
    -181
    -182
    -183
    +180 -
    # File 'manifests/params.pp', line 89
    +        
    # File 'manifests/params.pp', line 87
     
     class confdroid_nrpe::params (
     
    @@ -949,7 +930,6 @@ class confdroid_nrpe::params (
       String $ne_ssl_version                  = 'TLSv2+',
       String $ne_ssl_use_adh                  = '1',
       String $ne_ssl_cipher_list              = 'ALL:!aNULL:!eNULL:!SSLv2:!LOW:!EXP:!RC4:!MD5:@STRENGTH',
    -  String $ne_ssl_cacert_file              = '/etc/pki/tls/certs/ca-chain.crt.pem',
       String $ne_ssl_client_certs             = '2',
       String $ne_ssl_logging                  = '0x00',
       Array $ne_nasty_metachars               = ["|`&><'\\[]{};\r\n"],