From 66aa6aff8899b1e57885ed7c9853a5766512381c Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Tue, 7 Sep 2021 15:49:57 +0200 Subject: [PATCH] update README for markdown lint --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74a2e90..2c06713 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,15 @@ All dependencies must be included in the catalogue. via site.pp or nodes.pp -``` +```bash node 'example.example.net' { - include cd_puppetdb + include cd_elasticsearch } ``` + * 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/).