Recommit for updates in build 35
This commit is contained in:
@@ -384,7 +384,7 @@
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>pl_manage_roles</span>
|
||||
<span class='name'>pl_manage_content</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||
@@ -395,25 +395,7 @@
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to manage roles</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>pl_manage_databases</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>true</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>Whether to manage databases</p>
|
||||
<p>whether to manage roles and databases</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -429,6 +411,7 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
24
|
||||
25
|
||||
26
|
||||
27
|
||||
@@ -472,12 +455,10 @@
|
||||
65
|
||||
66
|
||||
67
|
||||
68
|
||||
69
|
||||
70</pre>
|
||||
68</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 25</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 24</span>
|
||||
|
||||
class postgresql_cd::params (
|
||||
|
||||
@@ -502,8 +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,
|
||||
Boolean $pl_manage_databases = true,
|
||||
Boolean $pl_manage_content = true,
|
||||
|
||||
) {
|
||||
$fqdn = $facts['networking']['fqdn']
|
||||
|
||||
Reference in New Issue
Block a user