3
0

fix build info and Jenkins pipeline

This commit is contained in:
Arne Teuke
2025-05-22 18:49:00 +02:00
parent 03399ec8a5
commit 720ce621e5
2 changed files with 31 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
# Readme
[![Build Status](https://pipelines.confdroid.com/buildStatus/icon?job=postgresql_cd)](https://pipelines.confdroid.com/job/postfresql_cd/)|
[![Build Status](https://jenkins.confdroid.com/buildStatus/icon?job=postgresql_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/).