fix build info and Jenkins pipeline
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Readme
|
||||
|
||||
[](https://pipelines.confdroid.com/job/postfresql_cd/)|
|
||||
[](https://jenkins.confdroid.com/job/postfresql_cd/)
|
||||
|
||||
[[_TOC_]]
|
||||
|
||||
@@ -43,13 +43,13 @@ via site.pp or nodes.pp
|
||||
|
||||
```ruby
|
||||
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](https://confdroid.com/2017/05/deploying-our-puppet-modules/).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user