From af33e801942b6fbf89d5bc7792e9d7ab9f0f29a8 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 9 Sep 2021 13:04:53 +0200 Subject: [PATCH] TODO-0001 - markdown lint --- .spelling | 3 +-- README.md | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.spelling b/.spelling index 78ad5bb..37a1e3a 100644 --- a/.spelling +++ b/.spelling @@ -73,6 +73,5 @@ hiera cd_tls ca_chain config -10.6.0-ce.0.el7 -10.5.4-ce.0.el7 gitlab-ctl +haproxy diff --git a/README.md b/README.md index fd3493c..4af7105 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ `**__!!! Attention: Never use this puppet module on systems which have been previously configured manually. It is impossible to predict how and what would have been configured, hence previuos configurations outside the scope of this module may be overwritten! Automated configurations require a test environment to verify that the module suits the purpose intended by the user, as well as tune the parameters, before deploying into live production!!! __**` - ## Features INSTALLATION @@ -31,7 +30,6 @@ CONFIGURATION * backend options * ACL options - SERVICE * manage haproxy service @@ -55,13 +53,13 @@ node 'example.example.net' { include cd_haproxy } ``` + * through Foreman: In order to apply parameters through Foreman, **__cd_haproxy::params__** must be added to the host or hostgroup in question. See [more details about class deployment on Confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/). - ## Parameters The parameters are documented via puppet strings and [listed here](/docs/index.html). Simply open in web browser.