Name user object files after the defined type instance's name instead of the FQDN of the machine.
This commit is contained in:
parent
c70857e802
commit
9ec7f5ca9c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ define icinga2::object::user (
|
|||
$types = [],
|
||||
$states = [],
|
||||
$target_dir = '/etc/icinga2/conf.d',
|
||||
$target_file_name = "${fqdn}.conf",
|
||||
$target_file_name = "${name}.conf",
|
||||
$target_file_owner = 'root',
|
||||
$target_file_group = 'root',
|
||||
$target_file_mode = '644'
|
||||
|
|
Loading…
Reference in a new issue