3
0

Recommit for updates in build 86

This commit is contained in:
2025-10-28 01:42:08 +01:00
parent 9be9640c7d
commit d80ceb18d5
2 changed files with 47 additions and 4 deletions

View File

@@ -238,6 +238,24 @@
</li>
<li>
<span class='name'>pt_server_pkg</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;puppetserver&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>the puppetdb packages to install</p>
</div>
</li>
<li>
<span class='name'>pt_r10k_pkg</span>
@@ -976,6 +994,19 @@
</li>
<li>
<span class='name'>pt_puppetdb_pkg</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;puppetdb-termini&#39;</tt>)</em>
</li>
</ul>
@@ -987,7 +1018,6 @@
<pre class="lines">
57
58
59
60
@@ -1097,10 +1127,12 @@
164
165
166
167</pre>
167
168
169</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 57</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 58</span>
class puppet_cd::params (
@@ -1113,6 +1145,7 @@ class puppet_cd::params (
String $pt_pkg_ensure = &#39;present&#39;,
String $pt_agent_pkg = &#39;puppet-agent&#39;,
String $pt_server_pkg = &#39;puppetserver&#39;,
String $pt_puppetdb_pkg = &#39;puppetdb-termini&#39;,
Array $pt_r10k_pkg = [&#39;ruby&#39;,&#39;ruby-devel&#39;,&#39;rubygems&#39;,&#39;gcc&#39;,&#39;make&#39;],
Array $pt_r10k_webhook_pkg = [&#39;webrick&#39;, &#39;r10k_gitlab_webhook&#39;],