style guide fixes
Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
parent
3009c0be8d
commit
960be1d867
1 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ define icinga2::nrpe::plugin (
|
|||
file { "${nrpe_plugin_libdir}/${plugin_name}":
|
||||
owner => 'root',
|
||||
group => 'root',
|
||||
mode => '755',
|
||||
mode => '0755',
|
||||
source => $source_file,
|
||||
require => Package[$icinga2::params::icinga2_client_packages],
|
||||
notify => Service[$icinga2::params::nrpe_daemon_name]
|
||||
|
|
Loading…
Reference in a new issue