fixed permissions on command.cfg file

This commit is contained in:
Arne Teuke
2017-07-30 13:32:50 +01:00
parent 106e7b4e14
commit 6ae7e881a9
2 changed files with 4 additions and 4 deletions

View File

@@ -37,8 +37,8 @@ class cd_nrpe::commands::definition_rules (
concat { $ne_cmd_file: concat { $ne_cmd_file:
ensure => present, ensure => present,
path => $ne_cmd_file, path => $ne_cmd_file,
owner => 'root', owner => $ne_user,
group => 'root', group => $ne_user,
mode => '0640', mode => '0640',
selrange => s0, selrange => s0,
selrole => object_r, selrole => object_r,

View File

@@ -59,7 +59,7 @@
# compatibility, this defaults to 'ssl_cipher_list=ALL:!MD5:@STRENGTH' in # compatibility, this defaults to 'ssl_cipher_list=ALL:!MD5:@STRENGTH' in
# this version but will be changed in a later version of NRPE. # this version but will be changed in a later version of NRPE.
# @param [string] ne_ssl_cacert_file path and name of the ssl certificate # @param [string] ne_ssl_cacert_file path and name of the ssl certificate
# authority ( ca) file / chain. must be full path. # authority (ca) file / chain. must be full path.
# @param [string] ne_ssl_cert_file path and name of the server ssl certificate. # @param [string] ne_ssl_cert_file path and name of the server ssl certificate.
# must include full path. # must include full path.
# @param [string] ne_ssl_privatekey_file path and name of the server ssl # @param [string] ne_ssl_privatekey_file path and name of the server ssl