update README for markdown lint

This commit is contained in:
Arne Teuke
2021-09-07 15:49:57 +02:00
parent cfe2791968
commit 66aa6aff88

View File

@@ -46,14 +46,15 @@ All dependencies must be included in the catalogue.
via site.pp or nodes.pp via site.pp or nodes.pp
``` ```bash
node 'example.example.net' { node 'example.example.net' {
include cd_puppetdb include cd_elasticsearch
} }
``` ```
* through Foreman: * through Foreman:
In order to apply parameters through Foreman, **__cd_fail2ban::params__** must be added to the host or hostgroup in question. In order to apply parameters through Foreman, **__cd_elasticsearch::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/). See [more details about class deployment on Confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/).