if win_version.windows_server_2012? || win_version.windows_server_2012_r2?
windows_feature “NetFx3ServerFeatures” do
source node.sensu.windows.dism_source
end
end
On Nov 17, 2014, at 10:31 AM, Michael Leikind bigmyx@gmail.com wrote:
In my cookbook I have this :
if win_version.windows_server_2012? || win_version.windows_server_2012_r2?
windows_feature "NetFx3ServerFeatures" do
source node.sensu.windows.dism_source
end
end