Recommit for updates in build 25
This commit is contained in:
@@ -117,18 +117,7 @@
|
|||||||
19
|
19
|
||||||
20
|
20
|
||||||
21
|
21
|
||||||
22
|
22</pre>
|
||||||
23
|
|
||||||
24
|
|
||||||
25
|
|
||||||
26
|
|
||||||
27
|
|
||||||
28
|
|
||||||
29
|
|
||||||
30
|
|
||||||
31
|
|
||||||
32
|
|
||||||
33</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/dirs.pp', line 6</span>
|
<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 => etc_t,
|
seltype => etc_t,
|
||||||
seluser => system_u,
|
seluser => system_u,
|
||||||
}
|
}
|
||||||
# data directory
|
|
||||||
file { $ps_data_dir:
|
|
||||||
ensure => directory,
|
|
||||||
owner => 'prometheus',
|
|
||||||
group => 'prometheus',
|
|
||||||
mode => '0750',
|
|
||||||
selrange => s0,
|
|
||||||
selrole => object_r,
|
|
||||||
seltype => default_t,
|
|
||||||
seluser => system_u,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -304,24 +304,6 @@
|
|||||||
—
|
—
|
||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
<p>the password for authentication</p>
|
<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>'/data/prometheus'</tt>)</em>
|
|
||||||
|
|
||||||
|
|
||||||
—
|
|
||||||
<div class='inline'>
|
|
||||||
<p>the data directory for prometheus</p>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -337,6 +319,7 @@
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
|
17
|
||||||
18
|
18
|
||||||
19
|
19
|
||||||
20
|
20
|
||||||
@@ -376,12 +359,10 @@
|
|||||||
54
|
54
|
||||||
55
|
55
|
||||||
56
|
56
|
||||||
57
|
57</pre>
|
||||||
58
|
|
||||||
59</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<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 (
|
class prometheus_cd::params (
|
||||||
|
|
||||||
@@ -395,7 +376,6 @@ class prometheus_cd::params (
|
|||||||
Boolean $manage_node_exporter = false,
|
Boolean $manage_node_exporter = false,
|
||||||
Boolean $ps_manage_fw = false,
|
Boolean $ps_manage_fw = false,
|
||||||
String $ps_prom_host = 'prometheus.example.net',
|
String $ps_prom_host = 'prometheus.example.net',
|
||||||
String $ps_data_dir = '/data/prometheus',
|
|
||||||
|
|
||||||
# firewall
|
# firewall
|
||||||
String $ps_fw_prefix = '50',
|
String $ps_fw_prefix = '50',
|
||||||
|
|||||||
Reference in New Issue
Block a user