Skip to content

Commit a09a8d7

Browse files
Julian C. DunnSean OMeara
Julian C. Dunn
authored and
Sean OMeara
committed
[COOK-4420] Corrected incorrect feature names for mod_security
Signed-off-by: Sean OMeara <someara@opscode.com>
1 parent c9e54c0 commit a09a8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/mod_security.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
if Opscode::IIS::Helper.older_than_windows2008r2?
2424
features = %w{Web-Url-Auth Web-Filtering Web-IP-Security}
2525
else
26-
features = %w{URLAuthorization RequestFiltering IPSecurity}
26+
features = %w{IIS-URLAuthorization IIS-RequestFiltering IIS-IPSecurity}
2727
end
2828

2929
features.each do |feature|

0 commit comments

Comments
 (0)