We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea6a86 commit af4fc32Copy full SHA for af4fc32
templates/apache_custom_fragment.erb
@@ -8,7 +8,7 @@
8
<Directory /etc/puppet/rack/>
9
Options None
10
AllowOverride None
11
- <%- if scope.lookupvar('apache::apache_version') == '2.4' -%>
+ <%- if scope.lookupvar('apache::apache_version') == 2.4 -%>
12
Require all granted
13
<%- else -%>
14
Order allow,deny
0 commit comments