setting 4 digit octal
Signed-off-by: Nick Chappell <nick@intronic.org>
This commit is contained in:
parent
9bc44f6b26
commit
d76a47706a
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue