diff --git a/doc/file.README.html b/doc/file.README.html index 7c5760f..2ac753a 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -186,7 +186,7 @@
All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored. If selinux is set to enforce (not controlled within this module) and hy_show_statsis set to true, the parameter hy_selinux_allow_stats must also be set to true, else the haproxy service will not start as selinux will not allow it.
All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored. If selinux is set to enforce (not controlled within this module), the parameter hy_selinux_allow_stats must also be set to true, else the haproxy service will not start as selinux will not allow it.
All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored. If selinux is set to enforce (not controlled within this module) and hy_show_statsis set to true, the parameter hy_selinux_allow_stats must also be set to true, else the haproxy service will not start as selinux will not allow it.
All files and directories are configured with correct selinux context. If selinux is disabled, these contexts are ignored. If selinux is set to enforce (not controlled within this module), the parameter hy_selinux_allow_stats must also be set to true, else the haproxy service will not start as selinux will not allow it.
# File 'manifests/firewall/iptables.pp', line 6
@@ -146,12 +144,10 @@ class confdroid_haproxy::firewall::iptables (
jump => 'accept',
}
- if $hy_show_stats == true {
- firewall { "${hy_fw_order_no}${hy_stats_port} tcp port ${hy_stats_port}":
- proto => 'tcp',
- dport => $hy_stats_port,
- jump => 'accept',
- }
+ firewall { "${hy_fw_order_no}${hy_stats_port} tcp port ${hy_stats_port}":
+ proto => 'tcp',
+ dport => $hy_stats_port,
+ jump => 'accept',
}
}
}
diff --git a/doc/puppet_classes/confdroid_haproxy_3A_3Aparams.html b/doc/puppet_classes/confdroid_haproxy_3A_3Aparams.html
index 15af7fd..3d79bcf 100644
--- a/doc/puppet_classes/confdroid_haproxy_3A_3Aparams.html
+++ b/doc/puppet_classes/confdroid_haproxy_3A_3Aparams.html
@@ -397,24 +397,6 @@
- whether we want to display the statistics page
-+59 60 61 62 @@ -1002,12 +985,10 @@ 147 148 149 -150 -151 -152+150
# File 'manifests/params.pp', line 60
+ # File 'manifests/params.pp', line 59
class confdroid_haproxy::params (
@@ -1033,7 +1014,6 @@ class confdroid_haproxy::params (
String $hy_chroot = '/var/lib/haproxy',
String $hy_pid = '/var/run/haproxy.pid',
String $hy_maxconn = '4000',
- Boolean $hy_show_stats = false,
String $hy_stats_socket = '/var/lib/haproxy/stats',
String $hy_default_mode = 'tcp',
Boolean $hy_use_http_server_close = false,