Update upstream cookbooks

This commit is contained in:
Greg Karékinian
2017-03-20 13:19:10 +00:00
parent bfd2d52ea8
commit bcfd44b923
340 changed files with 12576 additions and 5465 deletions

View File

@@ -1,9 +1,9 @@
#
# Author:: Kevin Rivers (<kevin@kevinrivers.com>)
# Cookbook Name:: iis
# Cookbook:: iis
# Recipe:: mod_ftp
#
# Copyright 2014, Kevin Rivers
# Copyright:: 2014-2016, Kevin Rivers
#
# 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?
features = %w(Web-Ftp-Server Web-Ftp-Service Web-Ftp-Ext)
else
features = %w(IIS-FTPServer IIS-FTPSvc IIS-FTPExtensibility)
end
features = if Opscode::IIS::Helper.older_than_windows2008r2?
%w(Web-Ftp-Server Web-Ftp-Service Web-Ftp-Ext)
else
%w(IIS-FTPServer IIS-FTPSvc IIS-FTPExtensibility)
end
features.each do |f|
windows_feature f do