diff --git a/CHANGELOG.md b/CHANGELOG.md index 352eb95..4c1fa69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ Changelog of Git Changelog.

No issue

+c032fa01bd70a77 Jenkins ConfDroid 2019-12-30 17:22:59 +

+

recommit for updates in build 47

+ +

+4245f78180ce91f Arne Teuke 2019-12-30 17:22:23 +

+

testing hostbinding

+ +

308b47094f49314 Jenkins ConfDroid 2019-12-30 17:19:11

recommit for updates in build 46

diff --git a/doc/file.README.html b/doc/file.README.html index 6a8d9ef..1619a5d 100644 --- a/doc/file.README.html +++ b/doc/file.README.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

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