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.