diff --git a/doc/_index.html b/doc/_index.html
index f6a1238..1c88fc8 100644
--- a/doc/_index.html
+++ b/doc/_index.html
@@ -108,6 +108,11 @@
+
+ cd_haproxy::params
+
+
+
cd_haproxy::server::service
diff --git a/doc/puppet_class_list.html b/doc/puppet_class_list.html
index 9a61c3c..3a33595 100644
--- a/doc/puppet_class_list.html
+++ b/doc/puppet_class_list.html
@@ -96,7 +96,14 @@
-
+
+
+
+
+
+
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html
index b3fbec0..e8c725e 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Afirewall_3A_3Aiptables.html
@@ -64,7 +64,7 @@
- Inherits:
- - cd_haproxy::params
+ - cd_haproxy::params
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Aconfig.html b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Aconfig.html
index fe33fe4..21b2bcb 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Aconfig.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Aconfig.html
@@ -64,7 +64,7 @@
- Inherits:
- - cd_haproxy::params
+ - cd_haproxy::params
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Adirs.html b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Adirs.html
index 550d4e6..a525497 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Adirs.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Adirs.html
@@ -64,7 +64,7 @@
- Inherits:
- - cd_haproxy::params
+ - cd_haproxy::params
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Afiles.html
index a5c0aa0..c67180b 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Afiles.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Afiles.html
@@ -64,7 +64,7 @@
- Inherits:
- - cd_haproxy::params
+ - cd_haproxy::params
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Ainstall.html b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Ainstall.html
index 8f61866..88472fe 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Ainstall.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Ainstall.html
@@ -64,7 +64,7 @@
- Inherits:
- - cd_haproxy::params
+ - cd_haproxy::params
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Auser.html b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Auser.html
index a3db5fc..352c769 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Auser.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Amain_3A_3Auser.html
@@ -64,7 +64,7 @@
- Inherits:
- - cd_haproxy::params
+ - cd_haproxy::params
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Amonitoring_3A_3Afail2ban.html b/doc/puppet_classes/cd_haproxy_3A_3Amonitoring_3A_3Afail2ban.html
index ba9d819..c59ec0f 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Amonitoring_3A_3Afail2ban.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Amonitoring_3A_3Afail2ban.html
@@ -64,7 +64,7 @@
- Inherits:
- - cd_haproxy::params
+ - cd_haproxy::params
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html
index 4d22310..74fa935 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Aparams.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Aparams.html
@@ -789,6 +789,32 @@ succeed.
+
+
+ hy_manage_be_users
+
+
+ (Any)
+
+
+ (defaults to: false)
+
+
+
+
+
+
+ hy_be_userlist
+
+
+ (Any)
+
+
+ (defaults to: undef)
+
+
+
+
@@ -886,7 +912,8 @@ succeed.
141
142
143
-144
+144
+145
# File 'manifests/params.pp', line 58
@@ -943,7 +970,8 @@ $hy_log_default = 'global',
$hy_use_tcplog = true,
$hy_use_httplog = false,
$hy_use_dontlognull = true,
-
+$hy_manage_be_users = false,
+$hy_be_userlist = undef,
) {
diff --git a/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aservice.html b/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aservice.html
index 6e47094..be5f5e5 100644
--- a/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aservice.html
+++ b/doc/puppet_classes/cd_haproxy_3A_3Aserver_3A_3Aservice.html
@@ -64,7 +64,7 @@
- Inherits:
- - cd_haproxy::params
+ - cd_haproxy::params
|