Skip to content

Commit e5786ed

Browse files
Dinesh GujarDinesh Gujar
Dinesh Gujar
authored and
Dinesh Gujar
committed
CAT-1347 spacings revisited
1 parent 84cbf73 commit e5786ed

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

templates/vhost/_filters.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<%- unless $filters.empty { -%>
2-
32
## Filter module rules
43
## as per http://httpd.apache.org/docs/2.4/mod/mod_filter.html
54
<%- $filters.each |$filter| { -%>

templates/vhost/_header.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<%- unless $headers.empty { -%>
2-
32
## Header rules
43
## as per http://httpd.apache.org/docs/2.4/mod/mod_headers.html#header
54
<%- $headers.each |$header_statement| { -%>

templates/vhost/_itk.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<%- if $itk and !$itk.empty { -%>
2-
32
## ITK statement
43
<IfModule mpm_itk_module>
54
<%- if $itk["user"] and $itk["group"] { -%>

templates/vhost/_jk_mounts.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<%- unless $jk_mounts.empty { -%>
2-
32
<%- $jk_mounts.each |$jk| { -%>
43
<%- if $jk['mount'] != undef and $jk['worker'] != undef { -%>
54
JkMount <%= $jk['mount'] %> <%= $jk['worker'] %>

templates/vhost/_logging.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<%- if $error_log or $log_level { -%>
2-
32
## Logging
43
<%- } -%>
54
<%- if $error_log { -%>

templates/vhost/_requestheader.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<%- unless $request_headers.empty { -%>
2-
32
## Request header rules
43
## as per http://httpd.apache.org/docs/2.4/mod/mod_headers.html#requestheader
54
<%- $request_headers.each |$request_statement| { -%>

templates/vhost/_serveralias.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<%- unless $serveraliases.empty { -%>
2-
32
## Server aliases
43
<%- Array($serveraliases).each |$serveralias| { -%>
54
ServerAlias <%= $serveralias %>

templates/vhost/_ssl.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<%- if @ssl -%>
2-
32
## SSL directives
43
SSLEngine on
54
<%- unless @mdomain -%>

templates/vhost/_sslproxy.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<%- if $ssl_proxyengine { -%>
2-
32
# SSL Proxy directives
43
SSLProxyEngine On
54
<%- if $ssl_proxy_verify { -%>

templates/vhost/_suexec.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
<%- if $suexec_user_group { -%>
2-
32
SuexecUserGroup <%= $suexec_user_group %>
43
<%- } -%>

templates/vhost/_wsgi.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<%- if $wsgi_application_group or $wsgi_daemon_process or $wsgi_import_script or $wsgi_process_group { -%>
2-
32
## WSGI configuration
43
<%- } -%>
54
<%- if $wsgi_application_group { -%>

0 commit comments

Comments
 (0)