From 06d6338c5099f28923d8e81c6bb8425ee696b525 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Sun, 26 Oct 2025 18:14:50 +0100 Subject: [PATCH 1/2] fix variable - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- manifests/puppetdb/files.pp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifests/puppetdb/files.pp b/manifests/puppetdb/files.pp index 5b347b4..ec9f462 100644 --- a/manifests/puppetdb/files.pp +++ b/manifests/puppetdb/files.pp @@ -21,7 +21,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_bootstrap_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # requestlogging.xml @@ -36,7 +36,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_request_logging_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # logback.xml @@ -51,7 +51,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_logback_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # config.ini @@ -66,7 +66,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_puppetdb_config_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # database.ini @@ -81,7 +81,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_puppetdb_database_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # jetty.ini @@ -96,7 +96,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_puppetdb_jetty_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # repl.ini @@ -111,7 +111,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_puppetdb_repl_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } } } From f450141b7728de8d06c7441348b8383b9502c37a Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sun, 26 Oct 2025 18:16:23 +0100 Subject: [PATCH 2/2] Recommit for updates in build 67 --- .../puppet_cd_3A_3Apuppetdb_3A_3Afiles.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Apuppetdb_3A_3Afiles.html b/doc/puppet_classes/puppet_cd_3A_3Apuppetdb_3A_3Afiles.html index 881a324..dc79a2a 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Apuppetdb_3A_3Afiles.html +++ b/doc/puppet_classes/puppet_cd_3A_3Apuppetdb_3A_3Afiles.html @@ -235,7 +235,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_bootstrap_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # requestlogging.xml @@ -250,7 +250,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_request_logging_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # logback.xml @@ -265,7 +265,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_logback_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # config.ini @@ -280,7 +280,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_puppetdb_config_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # database.ini @@ -295,7 +295,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_puppetdb_database_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # jetty.ini @@ -310,7 +310,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_puppetdb_jetty_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } # repl.ini @@ -325,7 +325,7 @@ class puppet_cd::puppetdb::files ( seltype => puppet_etc_t, seluser => system_u, content => template($pt_puppetdb_repl_erb), - notify => Service[$pt_puppetdb], + notify => Service[$pt_db_service], } } }