fix notification - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/260
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
# @param [String] ps_fw_prefix the firewall rule prefix
|
||||
# @param [String] ps_main_port the firewall main port for prometheus
|
||||
# @param [String] ps_auth_user the username for authentication
|
||||
# @param [String] ps_auth_user the password for authentication
|
||||
# @param [String] ps_auth_pass the password for authentication
|
||||
##############################################################################
|
||||
class prometheus_cd::params (
|
||||
|
||||
@@ -51,6 +51,7 @@ class prometheus_cd::params (
|
||||
# services
|
||||
$ps_prom_service = 'prometheus'
|
||||
$ps_ne_service = 'node_exporter'
|
||||
|
||||
# includes must be last
|
||||
include prometheus_cd::main::config
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user