Recommit for updates in build 15
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<div class="docstring">
|
||||
<div class="discussion">
|
||||
|
||||
<p>confdroid_prometheus::params.pp Module name: confdroid_prometheus Author: Arne Teuke (arne_teuke@confdroid.com)</p>
|
||||
<p>confdroid_prometheus::params.pp Module name: confdroid_prometheus Author: 12ww1160 (12ww1160@confdroid.com)</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -808,6 +808,24 @@
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>the SQL template to use for checks.</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>install_from_binary</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Boolean</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>false</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<div class='inline'>
|
||||
<p>whether to install from binary releases instead of packages</p>
|
||||
</div>
|
||||
|
||||
</li>
|
||||
@@ -823,8 +841,6 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
45
|
||||
46
|
||||
47
|
||||
48
|
||||
49
|
||||
@@ -910,10 +926,14 @@
|
||||
129
|
||||
130
|
||||
131
|
||||
132</pre>
|
||||
132
|
||||
133
|
||||
134
|
||||
135
|
||||
136</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 45</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 47</span>
|
||||
|
||||
class confdroid_prometheus::params (
|
||||
|
||||
@@ -921,6 +941,7 @@ class confdroid_prometheus::params (
|
||||
String $reqpackage_prom = 'prometheus2',
|
||||
String $reqpackage_ne = 'node_exporter',
|
||||
String $pkg_ensure = 'present',
|
||||
Boolean $install_from_binary = false,
|
||||
|
||||
# config logic
|
||||
Boolean $manage_prometheus = false,
|
||||
@@ -985,6 +1006,7 @@ class confdroid_prometheus::params (
|
||||
$ps_main_dir = '/etc/prometheus'
|
||||
$ps_system_file_dir = '/etc/systemd/system/prometheus.service.d'
|
||||
$ps_system_dir = '/etc/systemd/system/'
|
||||
$ps_install_dir = '/opt/prometheus'
|
||||
|
||||
# files
|
||||
$ps_main_file = "${ps_main_dir}/prometheus.yml"
|
||||
|
||||
Reference in New Issue
Block a user