Skip to content

Commit af4fc32

Browse files
committed
Removed quotes in apache_custom_fragment.erb
`2.4` is a number and should be compared as such
1 parent dea6a86 commit af4fc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/apache_custom_fragment.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Directory /etc/puppet/rack/>
99
Options None
1010
AllowOverride None
11-
<%- if scope.lookupvar('apache::apache_version') == '2.4' -%>
11+
<%- if scope.lookupvar('apache::apache_version') == 2.4 -%>
1212
Require all granted
1313
<%- else -%>
1414
Order allow,deny

0 commit comments

Comments
 (0)