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 @@

SELINUX

-

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.

Known Problems

diff --git a/doc/index.html b/doc/index.html index 48badd7..233b756 100644 --- a/doc/index.html +++ b/doc/index.html @@ -186,7 +186,7 @@

SELINUX

-

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.

Known Problems

diff --git a/doc/puppet_classes/confdroid_haproxy_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/confdroid_haproxy_3A_3Afirewall_3A_3Aiptables.html index 66c8ffb..492f9a0 100644 --- a/doc/puppet_classes/confdroid_haproxy_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/confdroid_haproxy_3A_3Afirewall_3A_3Aiptables.html @@ -123,9 +123,7 @@ 25 26 27 -28 -29 -30 +28
# 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 @@ -
  • - - hy_show_stats - - - (Boolean) - - - (defaults to: false) - - - — -
    -

    whether we want to display the statistics page

    -
    - -
  • -
  • hy_stats_socket @@ -912,6 +894,7 @@
     
     
    +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,