3
0

Recommit for updates in build 19

This commit is contained in:
Jenkins Server
2025-10-18 14:00:43 +02:00
parent f5027db32c
commit 838685c7bf
2 changed files with 20 additions and 27 deletions

View File

@@ -292,7 +292,7 @@
<li>
<span class='name'>ps_auth_user</span>
<span class='name'>ps_auth_pass</span>
<span class='type'>(<tt>String</tt>)</span>
@@ -308,19 +308,6 @@
</li>
<li>
<span class='name'>ps_auth_pass</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;changeme&#39;</tt>)</em>
</li>
</ul>
@@ -371,7 +358,8 @@
53
54
55
56</pre>
56
57</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 17</span>
@@ -413,6 +401,7 @@ class prometheus_cd::params (
# services
$ps_prom_service = &#39;prometheus&#39;
$ps_ne_service = &#39;node_exporter&#39;
# includes must be last
include prometheus_cd::main::config
}</pre>