3
0

OP#200 replace class names

This commit is contained in:
2025-12-04 19:49:59 +01:00
parent 363f546191
commit b97d83be3b
17 changed files with 101 additions and 101 deletions

View File

@@ -1,12 +1,12 @@
# Readme
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=postgresql_cd)](https://jenkins.confdroid.com/job/postfresql_cd/)
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=confdroid_postgresql)](https://jenkins.confdroid.com/job/postfresql_cd/)
## Synopsis
PostgreSQL is a powerful modern open source SQL database server.
`postgresql_cd` is a Puppet module to automate installation, configuration and management of all aspects of PostgreSQL for Puppet 8
`confdroid_postgresql` is a Puppet module to automate installation, configuration and management of all aspects of PostgreSQL for Puppet 8
## WARNING
@@ -46,13 +46,13 @@ via site.pp or nodes.pp
```ruby
node 'example.example.net' {
include postgresql_cd
include confdroid_postgresql
}
```
* through Foreman:
In order to apply parameters through Foreman, **__postgresql_cd::params__** must be added to the host or host group in question.
In order to apply parameters through Foreman, **__confdroid_postgresql::params__** must be added to the host or host group in question.
See [more details about class deployment on Confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/).