Recommit for updates in build 57
This commit is contained in:
@@ -614,6 +614,19 @@
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>ps_pruning_file</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>String</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>"${ps_pruning_dir}/prune_prometheus_pg.sh"</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -695,7 +708,8 @@
|
||||
101
|
||||
102
|
||||
103
|
||||
104</pre>
|
||||
104
|
||||
105</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 34</span>
|
||||
@@ -747,6 +761,7 @@ class prometheus_cd::params (
|
||||
# pruning script
|
||||
Boolean $ps_enable_pruning = false,
|
||||
String $ps_pruning_dir = '/opt/prometheus-prune',
|
||||
String $ps_pruning_file = "${ps_pruning_dir}/prune_prometheus_pg.sh",
|
||||
|
||||
) {
|
||||
# defaults
|
||||
|
||||
Reference in New Issue
Block a user