Recommit for updates in build 94
This commit is contained in:
@@ -994,6 +994,24 @@
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>pt_soft_write_failure</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>false</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>whether to allow soft_write_failure</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
|
|
||||||
<span class='name'>pt_puppetdb_pkg</span>
|
<span class='name'>pt_puppetdb_pkg</span>
|
||||||
@@ -1018,7 +1036,6 @@
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
58
|
|
||||||
59
|
59
|
||||||
60
|
60
|
||||||
61
|
61
|
||||||
@@ -1131,10 +1148,12 @@
|
|||||||
168
|
168
|
||||||
169
|
169
|
||||||
170
|
170
|
||||||
171</pre>
|
171
|
||||||
|
172
|
||||||
|
173</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 58</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 59</span>
|
||||||
|
|
||||||
class puppet_cd::params (
|
class puppet_cd::params (
|
||||||
|
|
||||||
@@ -1191,6 +1210,7 @@ class puppet_cd::params (
|
|||||||
|
|
||||||
# puppetdb
|
# puppetdb
|
||||||
String $pt_ssl_port = '8081',
|
String $pt_ssl_port = '8081',
|
||||||
|
Boolean $pt_soft_write_failure = false,
|
||||||
|
|
||||||
# r10k
|
# r10k
|
||||||
Boolean $pt_use_r10k = false,
|
Boolean $pt_use_r10k = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user