Update upstream cookbooks
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#
|
||||
# Author:: Richard Downer (<richard.downer@cloudsoftcorp.com>)
|
||||
# Cookbook Name:: iis
|
||||
# Cookbook:: iis
|
||||
# Recipe:: mod_cgi
|
||||
#
|
||||
# Copyright 2013, Cloudsoft Corporation
|
||||
# Copyright:: 2013-2016, Cloudsoft Corporation
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
@@ -20,11 +20,11 @@
|
||||
|
||||
include_recipe 'iis'
|
||||
|
||||
if Opscode::IIS::Helper.older_than_windows2008r2?
|
||||
feature = 'Web-CGI'
|
||||
else
|
||||
feature = 'IIS-CGI'
|
||||
end
|
||||
feature = if Opscode::IIS::Helper.older_than_windows2008r2?
|
||||
'Web-CGI'
|
||||
else
|
||||
'IIS-CGI'
|
||||
end
|
||||
|
||||
windows_feature feature do
|
||||
action :install
|
||||
|
||||
Reference in New Issue
Block a user