|Repo Name| version | Build Status| |—|—|—|—| |cd_haproxy|
-1.0.2.0 | |
Synopsis
@@ -201,6 +201,7 @@ In order to create proxy instances, you will need an external class, which addresses the define, like so:cd_haproxy::server::proxy { 'testing':
+ haproxy_fqdn => 'node.example.net',
frontend_name => 'test01-frontend',
frontend_mode => 'http',
acl_rule => ['too_fast fe_sess_rate ge 10',
@@ -210,8 +211,11 @@ addresses the define, like so:
This allows the puppet module to create the sections in the configuration
file as required. The haproxy service will be restarted after the changes
-in the configuration file are made. Multiple ACLs need to be added as
-array, and will create one line each.
+in the configuration file are made. haproxy_fqdn
+must contain the fqdn of the haproxy
+server where this should be configured, otherwise the
+templates are not being populated. Multiple ACLs need to be added as array,
+and will create one line each.
SELINUX
diff --git a/doc/index.html b/doc/index.html
index 470ba20..d8e76d6 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -59,7 +59,7 @@
|Repo Name| version | Build Status| |—|—|—|—| |cd_haproxy|
-1.0.2.0 | ![]()
|
Synopsis
@@ -201,6 +201,7 @@ In order to create proxy instances, you will need an external class, which
addresses the define, like so:
cd_haproxy::server::proxy { 'testing':
+ haproxy_fqdn => 'node.example.net',
frontend_name => 'test01-frontend',
frontend_mode => 'http',
acl_rule => ['too_fast fe_sess_rate ge 10',
@@ -210,8 +211,11 @@ addresses the define, like so:
This allows the puppet module to create the sections in the configuration
file as required. The haproxy service will be restarted after the changes
-in the configuration file are made. Multiple ACLs need to be added as
-array, and will create one line each.
+in the configuration file are made. haproxy_fqdn
+must contain the fqdn of the haproxy
+server where this should be configured, otherwise the
+templates are not being populated. Multiple ACLs need to be added as array,
+and will create one line each.
SELINUX