Update cookbooks and add wordpress cookbook

This commit is contained in:
Greg Karékinian
2016-02-19 18:09:49 +01:00
parent 9ba973e3ac
commit 820b0ab3f8
606 changed files with 22421 additions and 14084 deletions

View File

@@ -25,6 +25,7 @@ default = Opscode::IIS::Helper.older_than_windows2008r2? ? 'Web-Server' : 'IIS-W
windows_feature feature do
action :install
all !Opscode::IIS::Helper.older_than_windows2012?
source node['iis']['source'] unless node['iis']['source'].nil?
end
end