Recommit for updates in build 18
This commit is contained in:
@@ -103,7 +103,8 @@
|
||||
<pre class="example code"><code>pl_bouncer_db_name => 'test',
|
||||
pl_bouncer_host => '127.0.0.7',
|
||||
pl_bouncer_port => '5432',
|
||||
pl_bouncer_user => 'test_user',</code></pre>
|
||||
pl_bouncer_user => 'test_user',
|
||||
pl_bouncer_order => '001',</code></pre>
|
||||
|
||||
</div>
|
||||
|
||||
@@ -116,7 +117,6 @@ pl_bouncer_user => 'test_user',</code></pre>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
12
|
||||
13
|
||||
14
|
||||
15
|
||||
@@ -159,10 +159,11 @@ pl_bouncer_user => 'test_user',</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 (
|
||||
|
||||
|
||||
@@ -805,7 +805,7 @@ class confdroid_postgresql::params (
|
||||
$pl_pg_hba_rule_conf = 'confdroid_postgresql/server/pghba/pg_hba_rule.conf.erb'
|
||||
$pl_pg_hba_conf_erb = 'confdroid_postgresql/server/pghba/pg_hba.conf.erb'
|
||||
$pl_bouncer_ini_file = "${pl_bouncer_dir}/pgbouncer.ini"
|
||||
$pl_bouncer_ini_erb = 'confdroid_postgresql/server/bouncer/pgbouncer.ini.erb'
|
||||
$pl_bouncer_ini_erb = 'confdroid_postgresql/server/bouncer/pgbouncer_rule.erb'
|
||||
$pl_bouncer_auth_file = "${pl_bouncer_dir}/userlist.txt"
|
||||
$pl_bouncer_auth_erb = 'confdroid_postgresql/server/bouncer/bouncer_users.erb'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user