OP#470reverse

This commit is contained in:
2026-02-27 15:37:49 +01:00
parent 88fe618a5a
commit a16b264886
3 changed files with 2 additions and 24 deletions

View File

@@ -41,8 +41,6 @@
# @param [String] ps_min_age_hours Minimum block age in hours before pruning
# @param [String] ps_grace_hours Grace period in hours to be extra safe
# @param [String] ps_sql_template the SQL template to use for checks.
# @param [Boolean] install_from_binary whether to install from binary releases
# instead of packages
##############################################################################
class confdroid_prometheus::params (
@@ -50,7 +48,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,