Recommit for updates in build 55
This commit is contained in:
@@ -568,12 +568,30 @@
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'http://change.local'</tt>)</em>
|
||||
<em class="default">(defaults to: <tt>'http://changeme.local/write'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the full url for the remote write point</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ps_pruning_dir</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>'/opt/prometheus-prune'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the directory for the pruning script</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -589,7 +607,6 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
32
|
||||
33
|
||||
34
|
||||
35
|
||||
@@ -655,10 +672,14 @@
|
||||
95
|
||||
96
|
||||
97
|
||||
98</pre>
|
||||
98
|
||||
99
|
||||
100
|
||||
101
|
||||
102</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 32</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 33</span>
|
||||
|
||||
class prometheus_cd::params (
|
||||
|
||||
@@ -702,7 +723,10 @@ class prometheus_cd::params (
|
||||
|
||||
# remote write external
|
||||
Boolean $ps_write_external = false,
|
||||
String $ps_external_url = 'http://change.local',
|
||||
String $ps_external_url = 'http://changeme.local/write',
|
||||
|
||||
# pruning script
|
||||
String $ps_pruning_dir = '/opt/prometheus-prune'
|
||||
|
||||
) {
|
||||
# defaults
|
||||
|
||||
Reference in New Issue
Block a user