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/).