style guide fixes

Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
Steven Bambling 2014-09-26 11:49:41 -07:00 committed by Nick Chappell
parent 3009c0be8d
commit 960be1d867

View file

@ -27,8 +27,8 @@ define icinga2::nrpe::plugin (
file { "${nrpe_plugin_libdir}/${plugin_name}":
owner => 'root',
group => 'root',
mode => '755',
source => $source_file,
mode => '0755',
source => $source_file,
require => Package[$icinga2::params::icinga2_client_packages],
notify => Service[$icinga2::params::nrpe_daemon_name]
}