recommit for updates in build 22
This commit is contained in:
@@ -252,6 +252,24 @@ client</p>
|
|||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
<p>whether to enable the firewall</p>
|
<p>whether to enable the firewall</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>pl_listen_address</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>String</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'*'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>which address should the service listen on</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -267,7 +285,6 @@ client</p>
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
16
|
|
||||||
17
|
17
|
||||||
18
|
18
|
||||||
19
|
19
|
||||||
@@ -296,10 +313,14 @@ client</p>
|
|||||||
42
|
42
|
||||||
43
|
43
|
||||||
44
|
44
|
||||||
45</pre>
|
45
|
||||||
|
46
|
||||||
|
47
|
||||||
|
48
|
||||||
|
49</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 16</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 17</span>
|
||||||
|
|
||||||
class postgresql_cd::params (
|
class postgresql_cd::params (
|
||||||
|
|
||||||
@@ -316,6 +337,9 @@ class postgresql_cd::params (
|
|||||||
String $pl_source_range = '0.0.0.0/0',
|
String $pl_source_range = '0.0.0.0/0',
|
||||||
Boolean $pl_enable_fw = true,
|
Boolean $pl_enable_fw = true,
|
||||||
|
|
||||||
|
# main config
|
||||||
|
String $pl_listen_address = '*',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
$fqdn = $facts['networking']['fqdn']
|
$fqdn = $facts['networking']['fqdn']
|
||||||
$domain = $facts['networking']['domain']
|
$domain = $facts['networking']['domain']
|
||||||
|
|||||||
Reference in New Issue
Block a user