Skip to content

Commit

Permalink
Update mod_tracing.rb feature capitalization
Browse files Browse the repository at this point in the history
The feature is: `IIS-HttpTracing` per: https://docs.microsoft.com/en-us/iis/install/installing-iis-7/understanding-setup-in-iis  

Thus this fails on windows versions that have case sensitive feature installation (windows 7 for example).
  • Loading branch information
el-gee committed Dec 7, 2017
1 parent 64c35f3 commit 5d66262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/mod_tracing.rb
Expand Up @@ -23,7 +23,7 @@
feature = if Opscode::IIS::Helper.older_than_windows2008r2?
'Web-Http-Tracing'
else
'IIS-HTTPTracing'
'IIS-HttpTracing'
end

windows_feature feature do
Expand Down

0 comments on commit 5d66262

Please sign in to comment.