TODO-0001 - spell check

This commit is contained in:
Arne Teuke
2021-09-13 14:45:56 +02:00
parent 679bd2fbc8
commit 2db639a706
2 changed files with 3 additions and 2 deletions

View File

@@ -111,3 +111,4 @@ cd_nrpe
cd_stdlib
puppetlabs
cd_concat
stdlib

View File

@@ -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