add service override file to allow config flags - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/260
This commit is contained in:
@@ -44,9 +44,11 @@ class prometheus_cd::params (
|
||||
|
||||
# dirs
|
||||
$ps_main_dir = '/etc/prometheus'
|
||||
$ps_system_file_dir = '/etc/systemd/system/prometheus.service.d'
|
||||
|
||||
# files
|
||||
$ps_main_file = "${ps_main_dir}/prometheus.yml"
|
||||
$ps_system_service_file = "${ps_system_file_dir}/override.conf"
|
||||
|
||||
# services
|
||||
$ps_prom_service = 'prometheus'
|
||||
|
||||
Reference in New Issue
Block a user