From 10851b1b8d3425a5e6f777f1acb0b93da53b5b0c Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Wed, 26 Feb 2025 22:00:39 +0100 Subject: [PATCH] recommit for updates in build 60 --- doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html | 8 ++------ doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html | 6 ++++-- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html index bd9b6f5..c16d159 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Aconfig.html @@ -105,9 +105,7 @@ 7 8 9 -10 -11 -12 +10
# File 'manifests/main/config.pp', line 6
@@ -115,9 +113,7 @@
 class puppet_cd::main::config (
 
 ) inherits puppet_cd::params {
-  if $fqdn == $pt_pm_fqdn {
-    include puppet_cd::server::service
-  }
+  include puppet_cd::server::service
 }
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 58645a3..be0087c 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html +++ b/doc/puppet_classes/puppet_cd_3A_3Amain_3A_3Afiles.html @@ -141,7 +141,8 @@ 43 44 45 -46 +46 +47
# File 'manifests/main/files.pp', line 6
@@ -158,7 +159,7 @@ class puppet_cd::main::files (
       owner   => 'root',
       group   => 'root',
       mode    => '0644',
-      content => template($pt_agent_conf_erb),
+      content => template($pt_puppet_conf_erb),
       notify  => Service[$pt_agent_service],
     }
   }
@@ -176,6 +177,7 @@ class puppet_cd::main::files (
   }
 
   if $pt_use_puppetdb == true {
+
     file { $pt_puppetdb_conf_file:
       ensure  => filet,
       path    => $pt_puppetdb_conf_file,