@@ -59,17 +59,18 @@ If any of these settings are undefined or not properly set, your deployment may
### Site configuration
The second step is to configure the manifest file with specific settings pointing to your installation.
In this module, the `examples` directory contains sample 'site.pp' file according to your deployment.
These configuration options include Service variables and node-specific configuration settings.
In this module, the `examples` directory contains a sample 'site.pp' file that can be updated according to your deployment.
The configuration options present in this file include Service variables and node-specific configuration settings.
If any of these settings are undefined or not properly set, your deployment may fail.
### Node balancing
### Nodes balancing
In order to balance requests across the different nodes, HAproxy and Keepalived have to be configured properly. Make sure also that node hostname con be asily resolved.
In order to balance requests across the different nodes, HAproxy and Keepalived have to be configured properly.
Make sure also that nodes hostnames con be easily resolved to the corresponding IPs, both direct and reverse.
## References
In order to devop and test the module and its components, the following official guides and sites have been considered:
In order to develop and test the module and its components, the following official guides and web-pages have been considered: