3
0
This commit is contained in:
12ww1160
2025-12-05 15:42:47 +01:00
parent 64c8d080c3
commit c70a12cd8f
2 changed files with 3 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ define confdroid_postgresql::bouncer::bouncer_rule (
concat::fragment { "pl_bouncer_rule_${name}":
target => $pl_bouncer_ini_file,
content => template($pl_bouncer_ini_erb),
content => template($pl_bouncer_rule_erb),
order => $pl_bouncer_order,
}
}