From 065cf4a0b642760de5be02ae571db0915ba8c240 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 28 Oct 2025 00:03:48 +0100 Subject: [PATCH 1/2] fix template - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- manifests/main/files.pp | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/manifests/main/files.pp b/manifests/main/files.pp index b763eaa..097b20c 100644 --- a/manifests/main/files.pp +++ b/manifests/main/files.pp @@ -31,16 +31,16 @@ class puppet_cd::main::files ( notify => Service[$pt_agent_service,$pt_server_service], } - if $pt_use_puppetdb == true { - file { $pt_puppetdb_conf_file: - ensure => file, - path => $pt_puppetdb_conf_file, - owner => 'root', - group => 'root', - mode => '0644', - content => template($pt_puppetdb_conf_erb), - notify => Service[$pt_agent_service,$pt_server_service], - } - } +# if $pt_use_puppetdb == true { +# file { $pt_puppetdb_conf_file: +# ensure => file, +# path => $pt_puppetdb_conf_file, +# owner => 'root', +# group => 'root', +# mode => '0644', +# content => template($pt_puppetdb_conf_erb), +# notify => Service[$pt_agent_service,$pt_server_service], +# } +# } } } From eef61e60eb761d4c421fcdae5fb1ddf8042171d5 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Tue, 28 Oct 2025 00:05:00 +0100 Subject: [PATCH 2/2] Recommit for updates in build 83 --- .../puppet_cd_3A_3Amain_3A_3Afiles.html | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html index d2cc4a5..f22f72f 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html @@ -174,17 +174,17 @@ class puppet_cd::main::files ( notify => Service[$pt_agent_service,$pt_server_service], } - if $pt_use_puppetdb == true { - file { $pt_puppetdb_conf_file: - ensure => file, - path => $pt_puppetdb_conf_file, - owner => 'root', - group => 'root', - mode => '0644', - content => template($pt_puppetdb_conf_erb), - notify => Service[$pt_agent_service,$pt_server_service], - } - } +# if $pt_use_puppetdb == true { +# file { $pt_puppetdb_conf_file: +# ensure => file, +# path => $pt_puppetdb_conf_file, +# owner => 'root', +# group => 'root', +# mode => '0644', +# content => template($pt_puppetdb_conf_erb), +# notify => Service[$pt_agent_service,$pt_server_service], +# } +# } } }