3
0

Recommit for updates in build 65

This commit is contained in:
2025-12-04 14:31:33 +01:00
parent 1fde5f3a9a
commit 681b352be5
4 changed files with 16 additions and 6 deletions

View File

@@ -98,8 +98,6 @@
<h1 id="label-Wiki">Wiki</h1>
<p><a href="/wiki/pruning_md.html">Pruning process</a></p>
<h2 id="label-Dependencies">Dependencies</h2>
<p>All dependencies must be included in the catalogue.</p>

View File

@@ -98,8 +98,6 @@
<h1 id="label-Wiki">Wiki</h1>
<p><a href="/wiki/pruning_md.html">Pruning process</a></p>
<h2 id="label-Dependencies">Dependencies</h2>
<p>All dependencies must be included in the catalogue.</p>

View File

@@ -205,7 +205,13 @@
107
108
109
110</pre>
110
111
112
113
114
115
116</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
@@ -298,6 +304,12 @@ class prometheus_cd::main::files (
content =&gt; template(&#39;prometheus_cd/prometheus-prune-timer.erb&#39;),
notify =&gt; Exec[&#39;systemd-daemon-reload&#39;],
}
file { $ps_prune_log_file:
ensure =&gt; file,
owner =&gt; &#39;prometheus&#39;,
group =&gt; &#39;prometheus&#39;,
mode =&gt; &#39;0644&#39;,
}
}
if $ps_enable_pruning == false {

View File

@@ -890,7 +890,8 @@
126
127
128
129</pre>
129
130</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 44</span>
@@ -971,6 +972,7 @@ class prometheus_cd::params (
$ps_system_service_file = &quot;${ps_system_file_dir}/override.conf&quot;
$ps_pruning_svc_file = &quot;${ps_system_dir}/prometheus-prune.service&quot;
$ps_pruning_timer_file = &quot;${ps_system_dir}/prometheus-prune.timer&quot;
$ps_prune_log_file = &#39;/var/log/prometheus-prune.log&#39;
# services
$ps_prom_service = &#39;prometheus&#39;