Recommit for updates in build 17
This commit is contained in:
@@ -808,24 +808,6 @@
|
||||
—
|
||||
<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>
|
||||
@@ -841,6 +823,8 @@
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
45
|
||||
46
|
||||
47
|
||||
48
|
||||
49
|
||||
@@ -927,13 +911,10 @@
|
||||
130
|
||||
131
|
||||
132
|
||||
133
|
||||
134
|
||||
135
|
||||
136</pre>
|
||||
133</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 47</span>
|
||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 45</span>
|
||||
|
||||
class confdroid_prometheus::params (
|
||||
|
||||
@@ -941,7 +922,6 @@ 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,
|
||||
|
||||
Reference in New Issue
Block a user