setting 4 digit octal

Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
Steven Bambling 2014-09-26 12:02:33 -07:00 committed by Nick Chappell
parent 9bc44f6b26
commit d76a47706a

View file

@ -24,7 +24,7 @@ define icinga2::object::user (
$target_file_name = "${name}.conf",
$target_file_owner = 'root',
$target_file_group = 'root',
$target_file_mode = '644'
$target_file_mode = '0644'
) {
#Do some validation of the class' parameters: