Recommit for updates in build 15

This commit is contained in:
Jenkins Server
2026-02-27 15:19:14 +01:00
parent 9a51bf956e
commit b294b1500e
9 changed files with 78 additions and 18 deletions

View File

@@ -99,7 +99,7 @@
<div class="docstring">
<div class="discussion">
<p>confdroid_prometheus::params.pp Module name: confdroid_prometheus Author: Arne Teuke (arne_teuke@confdroid.com)</p>
<p>confdroid_prometheus::params.pp Module name: confdroid_prometheus Author: 12ww1160 (12ww1160@confdroid.com)</p>
</div>
</div>
@@ -808,6 +808,24 @@
&mdash;
<div class='inline'>
<p>the SQL template to use for checks.</p>
</div>
</li>
<li>
<span class='name'>install_from_binary</span>
<span class='type'>(<tt>Boolean</tt>)</span>
<em class="default">(defaults to: <tt>false</tt>)</em>
&mdash;
<div class='inline'>
<p>whether to install from binary releases instead of packages</p>
</div>
</li>
@@ -823,8 +841,6 @@
<pre class="lines">
45
46
47
48
49
@@ -910,10 +926,14 @@
129
130
131
132</pre>
132
133
134
135
136</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 45</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 47</span>
class confdroid_prometheus::params (
@@ -921,6 +941,7 @@ class confdroid_prometheus::params (
String $reqpackage_prom = &#39;prometheus2&#39;,
String $reqpackage_ne = &#39;node_exporter&#39;,
String $pkg_ensure = &#39;present&#39;,
Boolean $install_from_binary = false,
# config logic
Boolean $manage_prometheus = false,
@@ -985,6 +1006,7 @@ class confdroid_prometheus::params (
$ps_main_dir = &#39;/etc/prometheus&#39;
$ps_system_file_dir = &#39;/etc/systemd/system/prometheus.service.d&#39;
$ps_system_dir = &#39;/etc/systemd/system/&#39;
$ps_install_dir = &#39;/opt/prometheus&#39;
# files
$ps_main_file = &quot;${ps_main_dir}/prometheus.yml&quot;