OP#200 replace class names
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Readme
|
||||
|
||||
[](https://jenkins.confdroid.com/job/postfresql_cd/)
|
||||
[](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/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user