From 3a3987acd3f53faa04ddb375fb5981796f3c2915 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 26 Oct 2025 18:21:53 +0100 Subject: [PATCH] temp disable notify - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- 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 d2f7660..46ca674 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -40,7 +40,7 @@ class puppet_cd::main::files ( group => 'root', mode => '0644', content => template($pt_puppetdb_conf_erb), - notify => Service[$pt_agent_service,$pt_server_service], +# notify => Service[$pt_agent_service,$pt_server_service], } } }