I'm writing a cookbook for a server I need to enable some windows features on.
Do i need to do BOTH of the following?
include_recipe iis::mod_aspnet45
and windows_feature 'IIS-ASPNET45' action :install
or is only one or the other required?
the same question applies to other windows features for which i've found both a recipe on the supermarket
and a matching windows_feature
for.