Recommit for updates in build 65
This commit is contained in:
@@ -98,8 +98,6 @@
|
|||||||
|
|
||||||
<h1 id="label-Wiki">Wiki</h1>
|
<h1 id="label-Wiki">Wiki</h1>
|
||||||
|
|
||||||
<p><a href="/wiki/pruning_md.html">Pruning process</a></p>
|
|
||||||
|
|
||||||
<h2 id="label-Dependencies">Dependencies</h2>
|
<h2 id="label-Dependencies">Dependencies</h2>
|
||||||
|
|
||||||
<p>All dependencies must be included in the catalogue.</p>
|
<p>All dependencies must be included in the catalogue.</p>
|
||||||
|
|||||||
@@ -98,8 +98,6 @@
|
|||||||
|
|
||||||
<h1 id="label-Wiki">Wiki</h1>
|
<h1 id="label-Wiki">Wiki</h1>
|
||||||
|
|
||||||
<p><a href="/wiki/pruning_md.html">Pruning process</a></p>
|
|
||||||
|
|
||||||
<h2 id="label-Dependencies">Dependencies</h2>
|
<h2 id="label-Dependencies">Dependencies</h2>
|
||||||
|
|
||||||
<p>All dependencies must be included in the catalogue.</p>
|
<p>All dependencies must be included in the catalogue.</p>
|
||||||
|
|||||||
@@ -205,7 +205,13 @@
|
|||||||
107
|
107
|
||||||
108
|
108
|
||||||
109
|
109
|
||||||
110</pre>
|
110
|
||||||
|
111
|
||||||
|
112
|
||||||
|
113
|
||||||
|
114
|
||||||
|
115
|
||||||
|
116</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
|
<pre class="code"><span class="info file"># File 'manifests/main/files.pp', line 6</span>
|
||||||
@@ -298,6 +304,12 @@ class prometheus_cd::main::files (
|
|||||||
content => template('prometheus_cd/prometheus-prune-timer.erb'),
|
content => template('prometheus_cd/prometheus-prune-timer.erb'),
|
||||||
notify => Exec['systemd-daemon-reload'],
|
notify => Exec['systemd-daemon-reload'],
|
||||||
}
|
}
|
||||||
|
file { $ps_prune_log_file:
|
||||||
|
ensure => file,
|
||||||
|
owner => 'prometheus',
|
||||||
|
group => 'prometheus',
|
||||||
|
mode => '0644',
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if $ps_enable_pruning == false {
|
if $ps_enable_pruning == false {
|
||||||
|
|||||||
@@ -890,7 +890,8 @@
|
|||||||
126
|
126
|
||||||
127
|
127
|
||||||
128
|
128
|
||||||
129</pre>
|
129
|
||||||
|
130</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 44</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 44</span>
|
||||||
@@ -971,6 +972,7 @@ class prometheus_cd::params (
|
|||||||
$ps_system_service_file = "${ps_system_file_dir}/override.conf"
|
$ps_system_service_file = "${ps_system_file_dir}/override.conf"
|
||||||
$ps_pruning_svc_file = "${ps_system_dir}/prometheus-prune.service"
|
$ps_pruning_svc_file = "${ps_system_dir}/prometheus-prune.service"
|
||||||
$ps_pruning_timer_file = "${ps_system_dir}/prometheus-prune.timer"
|
$ps_pruning_timer_file = "${ps_system_dir}/prometheus-prune.timer"
|
||||||
|
$ps_prune_log_file = '/var/log/prometheus-prune.log'
|
||||||
|
|
||||||
# services
|
# services
|
||||||
$ps_prom_service = 'prometheus'
|
$ps_prom_service = 'prometheus'
|
||||||
|
|||||||
Reference in New Issue
Block a user