From e8d1efd52afff228b418dff323755babbe4ab207 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 26 Oct 2025 18:25:03 +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 46ca674..8993d09 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -34,7 +34,7 @@ class puppet_cd::main::files ( if $pt_use_puppetdb == true { file { $pt_puppetdb_conf_file: - ensure => filet, + ensure => file, path => $pt_puppetdb_conf_file, owner => 'root', group => 'root',