3
0

Recommit for updates in build 26

This commit is contained in:
2025-10-18 15:30:37 +02:00
parent 05c1054486
commit ede5319ac4
5 changed files with 56 additions and 10 deletions

View File

@@ -359,7 +359,9 @@
54
55
56
57</pre>
57
58
59</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 17</span>
@@ -394,9 +396,11 @@ class prometheus_cd::params (
# dirs
$ps_main_dir = &#39;/etc/prometheus&#39;
$ps_system_file_dir = &#39;/etc/systemd/system/prometheus.service.d&#39;
# files
$ps_main_file = &quot;${ps_main_dir}/prometheus.yml&quot;
$ps_system_service_file = &quot;${ps_system_file_dir}/override.conf&quot;
# services
$ps_prom_service = &#39;prometheus&#39;