3
0

Recommit for updates in build 25

This commit is contained in:
2025-10-18 14:59:47 +02:00
parent 799712b9d8
commit 16960c7618
2 changed files with 4 additions and 46 deletions

View File

@@ -117,18 +117,7 @@
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33</pre>
22</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
@@ -148,17 +137,6 @@ class prometheus_cd::main::dirs (
seltype =&gt; etc_t,
seluser =&gt; system_u,
}
# data directory
file { $ps_data_dir:
ensure =&gt; directory,
owner =&gt; &#39;prometheus&#39;,
group =&gt; &#39;prometheus&#39;,
mode =&gt; &#39;0750&#39;,
selrange =&gt; s0,
selrole =&gt; object_r,
seltype =&gt; default_t,
seluser =&gt; system_u,
}
}
}</pre>
</td>

View File

@@ -304,24 +304,6 @@
&mdash;
<div class='inline'>
<p>the password for authentication</p>
</div>
</li>
<li>
<span class='name'>ps_data_dir</span>
<span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;/data/prometheus&#39;</tt>)</em>
&mdash;
<div class='inline'>
<p>the data directory for prometheus</p>
</div>
</li>
@@ -337,6 +319,7 @@
<pre class="lines">
17
18
19
20
@@ -376,12 +359,10 @@
54
55
56
57
58
59</pre>
57</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 18</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 17</span>
class prometheus_cd::params (
@@ -395,7 +376,6 @@ class prometheus_cd::params (
Boolean $manage_node_exporter = false,
Boolean $ps_manage_fw = false,
String $ps_prom_host = &#39;prometheus.example.net&#39;,
String $ps_data_dir = &#39;/data/prometheus&#39;,
# firewall
String $ps_fw_prefix = &#39;50&#39;,