TODO-0001 - markdown lint

This commit is contained in:
Arne Teuke
2021-09-09 13:04:53 +02:00
parent b5a3ae7fc4
commit af33e80194
2 changed files with 2 additions and 5 deletions

View File

@@ -73,6 +73,5 @@ hiera
cd_tls cd_tls
ca_chain ca_chain
config config
10.6.0-ce.0.el7
10.5.4-ce.0.el7
gitlab-ctl gitlab-ctl
haproxy

View File

@@ -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!!! __**` `**__!!! 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 ## Features
INSTALLATION INSTALLATION
@@ -31,7 +30,6 @@ CONFIGURATION
* backend options * backend options
* ACL options * ACL options
SERVICE SERVICE
* manage haproxy service * manage haproxy service
@@ -55,13 +53,13 @@ node 'example.example.net' {
include cd_haproxy include cd_haproxy
} }
``` ```
* through Foreman: * 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 hostgroup in question.
See [more details about class deployment on Confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/). See [more details about class deployment on Confdroid.com](https://confdroid.com/2017/05/deploying-our-puppet-modules/).
## Parameters ## Parameters
The parameters are documented via puppet strings and [listed here](/docs/index.html). Simply open in web browser. The parameters are documented via puppet strings and [listed here](/docs/index.html). Simply open in web browser.