3
0

Recommit for updates in build 19

This commit is contained in:
2025-12-05 15:44:13 +01:00
parent ca3e240cbd
commit 93b6366924
2 changed files with 5 additions and 3 deletions

View File

@@ -742,7 +742,8 @@
104 104
105 105
106 106
107</pre> 107
108</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 38</span> <pre class="code"><span class="info file"># File 'manifests/params.pp', line 38</span>
@@ -805,9 +806,10 @@ class confdroid_postgresql::params (
$pl_pg_hba_rule_conf = &#39;confdroid_postgresql/server/pghba/pg_hba_rule.conf.erb&#39; $pl_pg_hba_rule_conf = &#39;confdroid_postgresql/server/pghba/pg_hba_rule.conf.erb&#39;
$pl_pg_hba_conf_erb = &#39;confdroid_postgresql/server/pghba/pg_hba.conf.erb&#39; $pl_pg_hba_conf_erb = &#39;confdroid_postgresql/server/pghba/pg_hba.conf.erb&#39;
$pl_bouncer_ini_file = &quot;${pl_bouncer_dir}/pgbouncer.ini&quot; $pl_bouncer_ini_file = &quot;${pl_bouncer_dir}/pgbouncer.ini&quot;
$pl_bouncer_ini_erb = &#39;confdroid_postgresql/server/bouncer/pgbouncer_rule.erb&#39; $pl_bouncer_ini_erb = &#39;confdroid_postgresql/server/bouncer/pgbouncer.ini.erb&#39;
$pl_bouncer_auth_file = &quot;${pl_bouncer_dir}/userlist.txt&quot; $pl_bouncer_auth_file = &quot;${pl_bouncer_dir}/userlist.txt&quot;
$pl_bouncer_auth_erb = &#39;confdroid_postgresql/server/bouncer/bouncer_users.erb&#39; $pl_bouncer_auth_erb = &#39;confdroid_postgresql/server/bouncer/bouncer_users.erb&#39;
$pl_bouncer_rule_erb = &#39;confdroid_postgresql/server/bouncer/bouncer_rule.erb&#39;
# Service # Service
$pl_service = &#39;postgresql&#39; $pl_service = &#39;postgresql&#39;

View File

@@ -231,7 +231,7 @@ define confdroid_postgresql::bouncer::bouncer_rule (
concat::fragment { &quot;pl_bouncer_rule_${name}&quot;: concat::fragment { &quot;pl_bouncer_rule_${name}&quot;:
target =&gt; $pl_bouncer_ini_file, target =&gt; $pl_bouncer_ini_file,
content =&gt; template($pl_bouncer_ini_erb), content =&gt; template($pl_bouncer_rule_erb),
order =&gt; $pl_bouncer_order, order =&gt; $pl_bouncer_order,
} }
}</pre> }</pre>