Recommit for updates in build 7
This commit is contained in:
@@ -496,6 +496,37 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>pl_use_pg_bouncer</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>false</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>whether to use the pc_bouncer</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>reqpackages_bouncer</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'pgbouncer'</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -507,7 +538,6 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
29
|
||||
30
|
||||
31
|
||||
32
|
||||
@@ -561,10 +591,13 @@
|
||||
80
|
||||
81
|
||||
82
|
||||
83</pre>
|
||||
83
|
||||
84
|
||||
85
|
||||
86</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 29</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 30</span>
|
||||
|
||||
class confdroid_postgresql::params (
|
||||
|
||||
@@ -574,6 +607,7 @@ class confdroid_postgresql::params (
|
||||
Array $reqpackages_server = ['postgresql-server','postgresql-contrib'],
|
||||
String $reqpackages_extensions = 'timescaledb',
|
||||
String $reqpackages_client = 'postgresql',
|
||||
String $reqpackages_bouncer = 'pgbouncer',
|
||||
String $pkg_ensure = 'latest',
|
||||
|
||||
# firewall
|
||||
@@ -598,7 +632,8 @@ class confdroid_postgresql::params (
|
||||
Boolean $pl_use_exporter = false,
|
||||
String $pl_install_dir = '/opt/postgres-exporter',
|
||||
|
||||
#
|
||||
# pg bouncer
|
||||
Boolean $pl_use_pg_bouncer = false,
|
||||
|
||||
) {
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
Reference in New Issue
Block a user