From 86e34539343e04b115a5411e374f227bad648af1 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Thu, 22 May 2025 18:49:59 +0200 Subject: [PATCH] Recommit for updates in build 3 --- doc/file.README.html | 6 +++--- doc/index.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/file.README.html b/doc/file.README.html index ccbcb5f..6d536b3 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -60,7 +60,7 @@

Readme

-

|

+

[[TOC]]

@@ -106,14 +106,14 @@

via site.pp or nodes.pp

node 'example.example.net' {
-  include cd_postgresql
+  include postgresql_cd
 }
 
  • through Foreman:

-

In order to apply parameters through Foreman, cd_postgresql::params must be added to the host or host group in question.

+

In order to apply parameters through Foreman, postgresql_cd::params must be added to the host or host group in question.

See more details about class deployment on Confdroid.com.

diff --git a/doc/index.html b/doc/index.html index e8d01d0..114abc8 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@

Readme

-

|

+

[[TOC]]

@@ -106,14 +106,14 @@

via site.pp or nodes.pp

node 'example.example.net' {
-  include cd_postgresql
+  include postgresql_cd
 }
 
  • through Foreman:

-

In order to apply parameters through Foreman, cd_postgresql::params must be added to the host or host group in question.

+

In order to apply parameters through Foreman, postgresql_cd::params must be added to the host or host group in question.

See more details about class deployment on Confdroid.com.