diff --git a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html index 5515a42..dab5781 100644 --- a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html +++ b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html @@ -116,7 +116,7 @@ (String) - (defaults to: 'prometheus') + (defaults to: 'prometheus2') — @@ -233,7 +233,7 @@ class prometheus_cd::params ( - String $reqpackage_prom = 'prometheus', + String $reqpackage_prom = 'prometheus2', String $reqpackage_ne = 'node_exporter', String $pkg_ensure = 'present', Boolean $manage_prometheus = false, diff --git a/manifests/params.pp b/manifests/params.pp index b96a88b..846c3aa 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -10,7 +10,7 @@ ############################################################################## class prometheus_cd::params ( - String $reqpackage_prom = 'prometheus', + String $reqpackage_prom = 'prometheus2', String $reqpackage_ne = 'node_exporter', String $pkg_ensure = 'present', Boolean $manage_prometheus = false,