Recommit for updates in build 25
This commit is contained in:
@@ -304,24 +304,6 @@
|
||||
—
|
||||
<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>'/data/prometheus'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<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 = 'prometheus.example.net',
|
||||
String $ps_data_dir = '/data/prometheus',
|
||||
|
||||
# firewall
|
||||
String $ps_fw_prefix = '50',
|
||||
|
||||
Reference in New Issue
Block a user