Recommit for updates in build 28
This commit is contained in:
@@ -378,6 +378,24 @@
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the name of the CA crt</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>pl_manage_roles</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>true</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to manage roles</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -393,7 +411,6 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
23
|
||||
24
|
||||
25
|
||||
26
|
||||
@@ -436,10 +453,12 @@
|
||||
63
|
||||
64
|
||||
65
|
||||
66</pre>
|
||||
66
|
||||
67
|
||||
68</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 23</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 24</span>
|
||||
|
||||
class postgresql_cd::params (
|
||||
|
||||
@@ -464,6 +483,7 @@ class postgresql_cd::params (
|
||||
String $pl_server_crt = 'server.crt',
|
||||
String $pl_server_key = 'server.key',
|
||||
String $pl_ca_crt = 'root.crt',
|
||||
Boolean $pl_manage_roles = true,
|
||||
|
||||
) {
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
Reference in New Issue
Block a user