diff --git a/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html b/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html index 0c5501b..4a1278c 100644 --- a/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html +++ b/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html @@ -187,7 +187,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.

(string) - (defaults to: '') + (defaults to: []) — @@ -256,7 +256,7 @@ correct lb instance configuration.

(string) - (defaults to: '') + (defaults to: []) — @@ -311,7 +311,7 @@ instance configuration.

(string) - (defaults to: '') + (defaults to: []) — @@ -329,7 +329,7 @@ instance configuration.

(Any) - (defaults to: '') + (defaults to: []) @@ -342,7 +342,7 @@ instance configuration.

(Any) - (defaults to: '') + (defaults to: []) @@ -438,15 +438,15 @@ define cd_haproxy::server::proxy ( $haproxy_fqdn = undef, $frontend_name = undef, $frontend_mode = undef, - $fe_use_backend = '', + $fe_use_backend = [], $fe_bind_mode = undef, $frontend_order = '010', - $acl_rule_front = '', - $acl_rule_back = '', - $backend_name = '', + $acl_rule_front = [], + $acl_rule_back = [], + $backend_name = [], $backend_order = '030', $fe_maxconn = '', - $be_server_name = '', + $be_server_name = [], $be_balance = '', $be_mode = '',