3
0

Recommit for updates in build 18

This commit is contained in:
2025-12-05 15:38:47 +01:00
parent 6ffb833ac2
commit 2bbef1d5dc
2 changed files with 6 additions and 5 deletions

View File

@@ -103,7 +103,8 @@
<pre class="example code"><code>pl_bouncer_db_name =&gt; &#39;test&#39;,
pl_bouncer_host =&gt; &#39;127.0.0.7&#39;,
pl_bouncer_port =&gt; &#39;5432&#39;,
pl_bouncer_user =&gt; &#39;test_user&#39;,</code></pre>
pl_bouncer_user =&gt; &#39;test_user&#39;,
pl_bouncer_order =&gt; &#39;001&#39;,</code></pre>
</div>
@@ -116,7 +117,6 @@ pl_bouncer_user =&gt; &#39;test_user&#39;,</code></pre>
<pre class="lines">
12
13
14
15
@@ -159,10 +159,11 @@ pl_bouncer_user =&gt; &#39;test_user&#39;,</code></pre>
52
53
54
55</pre>
55
56</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/bouncer/bouncer.pp', line 12</span>
<pre class="code"><span class="info file"># File 'manifests/bouncer/bouncer.pp', line 13</span>
class confdroid_postgresql::bouncer::bouncer (

View File

@@ -805,7 +805,7 @@ class confdroid_postgresql::params (
$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_bouncer_ini_file = &quot;${pl_bouncer_dir}/pgbouncer.ini&quot;
$pl_bouncer_ini_erb = &#39;confdroid_postgresql/server/bouncer/pgbouncer.ini.erb&#39;
$pl_bouncer_ini_erb = &#39;confdroid_postgresql/server/bouncer/pgbouncer_rule.erb&#39;
$pl_bouncer_auth_file = &quot;${pl_bouncer_dir}/userlist.txt&quot;
$pl_bouncer_auth_erb = &#39;confdroid_postgresql/server/bouncer/bouncer_users.erb&#39;