Loading manifests/init.pp +8 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ # module. class su_apache ( $include_webauth = false, Boolean $include_webauth = false, Boolean $manage_iptables = true, ) { if ($include_webauth) { Loading Loading @@ -72,9 +73,11 @@ class su_apache ( include su_apache::filter_syslog if ($manage_iptables) { base::iptables::rule { 'web': description => 'Allow web accesses from anywhere', protocol => 'tcp', port => [ 80, 443 ], } } } Loading
manifests/init.pp +8 −5 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ # module. class su_apache ( $include_webauth = false, Boolean $include_webauth = false, Boolean $manage_iptables = true, ) { if ($include_webauth) { Loading Loading @@ -72,9 +73,11 @@ class su_apache ( include su_apache::filter_syslog if ($manage_iptables) { base::iptables::rule { 'web': description => 'Allow web accesses from anywhere', protocol => 'tcp', port => [ 80, 443 ], } } }