From f482a5db2fea8eadcf550ee86923530ce3e00dff Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 27 Oct 2025 13:40:10 +0100 Subject: [PATCH] add service control - 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 129fb95..47c5f7b 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -43,7 +43,7 @@ class puppet_cd::main::files ( # notify => Service[$pt_agent_service,$pt_server_service], } - # fix service file + # fix service file syslog vs journald file { $pt_puppetdb_service_file: ensure => file, path => $pt_puppetdb_service_file,