Merge branch 'jenkins-build-12' into 'master'

Auto-merge for build 12

See merge request puppet/prometheus_cd!11
This commit is contained in:
2025-10-18 09:08:21 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -116,7 +116,7 @@
<span class='type'>(<tt>String</tt>)</span> <span class='type'>(<tt>String</tt>)</span>
<em class="default">(defaults to: <tt>&#39;prometheus&#39;</tt>)</em> <em class="default">(defaults to: <tt>&#39;prometheus2&#39;</tt>)</em>
&mdash; &mdash;
@@ -233,7 +233,7 @@
class prometheus_cd::params ( class prometheus_cd::params (
String $reqpackage_prom = &#39;prometheus&#39;, String $reqpackage_prom = &#39;prometheus2&#39;,
String $reqpackage_ne = &#39;node_exporter&#39;, String $reqpackage_ne = &#39;node_exporter&#39;,
String $pkg_ensure = &#39;present&#39;, String $pkg_ensure = &#39;present&#39;,
Boolean $manage_prometheus = false, Boolean $manage_prometheus = false,

View File

@@ -10,7 +10,7 @@
############################################################################## ##############################################################################
class prometheus_cd::params ( class prometheus_cd::params (
String $reqpackage_prom = 'prometheus', String $reqpackage_prom = 'prometheus2',
String $reqpackage_ne = 'node_exporter', String $reqpackage_ne = 'node_exporter',
String $pkg_ensure = 'present', String $pkg_ensure = 'present',
Boolean $manage_prometheus = false, Boolean $manage_prometheus = false,