3
0

OP#188 comment out the service options as they do not seem to work, Prometheus as service does not respond then

This commit is contained in:
2025-12-03 16:39:02 +01:00
parent d4a81ae31f
commit f0f5de8ffe
4 changed files with 122 additions and 7 deletions

View File

@@ -5,7 +5,7 @@
##############################################################################
class prometheus_cd::main::files (
) inherits prometheus_cd::params {
if ($ps_prom_host == $fqdn) and ($manage_prometheus == true) {
if ($ps_prom_host == $fqdn) and ($manage_prometheus == true) {
require prometheus_cd::main::dirs
file { $ps_main_file:
ensure => file,