3
0

Recommit for updates in build 34

This commit is contained in:
2025-10-23 22:16:37 +02:00
parent 7debbd990c
commit 5ae6cd2408
2 changed files with 28 additions and 6 deletions

View File

@@ -1502,6 +1502,24 @@
—
<div class='inline'>
<p>whether to manage the puppet user</p>
</div>
</li>
<li>
<span class='name'>pt_webhook_secret</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>the secret for the webhook</p>
</div>
</li>
@@ -1517,7 +1535,6 @@
<pre class="lines">
88
89
90
91
@@ -1678,10 +1695,12 @@
246
247
248
249</pre>
249
250
251</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 88</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 89</span>
class puppet_cd::params (
@@ -1773,6 +1792,7 @@ class puppet_cd::params (
String $pt_r10k_remote = &#39;git@gitlab.example.net/repo.git&#39;,
Boolean $pt_r10k_prefix = false,
String $pt_r10k_basedir = &#39;/etc/puppetlabs/code/environments&#39;,
String $pt_webhook_secret = &#39;&#39;,
) {
# facts