From 2db639a706e04003551ff274e37f5cfac600b2fc Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Mon, 13 Sep 2021 14:45:56 +0200 Subject: [PATCH] TODO-0001 - spell check --- .spelling | 1 + README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.spelling b/.spelling index 954e1ce..1b15540 100644 --- a/.spelling +++ b/.spelling @@ -111,3 +111,4 @@ cd_nrpe cd_stdlib puppetlabs cd_concat +stdlib diff --git a/README.md b/README.md index 3fdcef2..4903305 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Configuration * manage Nagios main time periods through Puppet exports. Additional time periods can be created through external Puppet rules via define, to avoid having to alter the module code. * configure firewall (optional) * configure selinux policies (optional) -* configure forwarding http to https including accessing the `/nagios` url directly (optional) +* configure forwarding http to https (optional) * manage TLS certificates through certbot (optional) * manage `$user$` arguments in resource file via define @@ -79,7 +79,7 @@ All dependencies must be included in the catalogue. * [cd_certbot](https://sourcecode.confdroid.com/12WW1160/cd_certbot) to auto-manage TLS certificates (optional) * [cd_nrpe](https://sourcecode.confdroid.com/12WW1160/cd_nrpe) to manage NRPE (optional) * [cd_stdlib](https://sourcecode.confdroid.com/12WW1160/cd_stdlib) or [puppetlabs stdlib](https://github.com/puppetlabs/puppetlabs-stdlib) to facilitate concat -* [cd-concat](https://sourcecode.confdroid.com/12WW1160/cd_stdlib) or [puppetlabs concat](https://github.com/puppetlabs/puppetlabs-concat) to concatenate configuration files from different sources. +* [cd_concat](https://sourcecode.confdroid.com/12WW1160/cd_stdlib) or [puppetlabs concat](https://github.com/puppetlabs/puppetlabs-concat) to concatenate configuration files from different sources. ## Deployment