Skip to content

Commit

Permalink
keepalived::vrrp::track_process: use title for naming fragement
Browse files Browse the repository at this point in the history
we should not use proc_name as the title for the concat fragment
since this could be an array now.
  • Loading branch information
trefzer committed Oct 26, 2024
1 parent f90d484 commit 8fe8584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/vrrp/track_process.pp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Boolean $full_command = false,
Optional[Enum['initial','partial']] $param_match = undef
) {
concat::fragment { "keepalived.conf_vrrp_track_process_${proc_name}":
concat::fragment { "keepalived.conf_vrrp_track_process_${name}":
target => "${keepalived::config_dir}/keepalived.conf",
content => epp('keepalived/vrrp_track_process.epp', {
'name' => $name,
Expand Down

0 comments on commit 8fe8584

Please sign in to comment.