From 9459de9d5139d0c9635cd4db88f8e17aa5710533 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 9 Sep 2021 13:15:27 +0200 Subject: [PATCH] TODO-0001 - spellcheck --- .spelling | 6 ++++++ README.md | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.spelling b/.spelling index 37a1e3a..9fdfec1 100644 --- a/.spelling +++ b/.spelling @@ -75,3 +75,9 @@ ca_chain config gitlab-ctl haproxy +cd_concat +concat +cd_haproxy +haproxy.cfg +fqdn +ACLs diff --git a/README.md b/README.md index 4af7105..0384308 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ |`cd_haproxy`| 1.0.3.0 | [![Build Status](https://pipelines.confdroid.com/buildStatus/icon?job=cd_haproxy)](https://pipelines.confdroid.com/job/cd_haproxy/)| -[[_TOC]] +[[_TOC_]] ## Synopsis -`HA Proxy` is a very powerful and popular open source load balanacer to balance incoming requests between multiple instances of web-, application- or database servers etc. +`HA Proxy` is a very powerful and popular open source load balancer to balance incoming requests between multiple instances of web-, application- or database servers etc. `cd_haproxy` automates installation and configuration of `HA proxy` including self-healing, monitoring and firewall etc. @@ -26,8 +26,8 @@ CONFIGURATION * manage directories (file system permissions, selinux context) * manage files (file system permissions, content, selinux context) * manage proxy instances through a define - * frontend options - * backend options + * front-end options + * back-end options * ACL options SERVICE @@ -56,7 +56,7 @@ node 'example.example.net' { * through Foreman: -In order to apply parameters through Foreman, **__cd_haproxy::params__** must be added to the host or hostgroup in question. +In order to apply parameters through Foreman, **__cd_haproxy::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/).