From 27694ecdcb8e6d518462c0ae0a1833824eafdce8 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sat, 18 Oct 2025 13:44:18 +0200 Subject: [PATCH] fix notification - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/260 --- manifests/main/files.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index 7a1185d..4a040e8 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -16,6 +16,6 @@ class prometheus_cd::main::files ( seltype => etc_t, seluser => system_u, content => template('prometheus_cd/prometheus.yml.erb'), - notify => Service[ps_prom_service], + notify => Service[$ps_prom_service], } }