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.