making mode 4 digit octal
Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
parent
05cae20306
commit
8f7ed4d64a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ define icinga2::nrpe::command (
|
|||
file { "/etc/nagios/nrpe.d/${command_name}.cfg":
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '644',
|
||||
mode => '0644',
|
||||
content => template('icinga2/nrpe_command.cfg.erb'),
|
||||
require => Package[$icinga2::params::icinga2_client_packages],
|
||||
notify => Service[$icinga2::params::nrpe_daemon_name]
|
||||
|
|
Loading…
Reference in a new issue