making mode 4 digit octal

Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
Steven Bambling 2014-09-26 11:44:44 -07:00 committed by Nick Chappell
parent 05cae20306
commit 8f7ed4d64a

View file

@ -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]