Update cookbooks

This commit is contained in:
Greg Karékinian
2016-04-16 00:15:56 +02:00
parent 3854ab7232
commit c50b096c37
127 changed files with 1792 additions and 7431 deletions

View File

@@ -43,7 +43,7 @@ when 'ubuntu'
else
default['wordpress']['db']['mysql_version'] = '5.5'
end
when 'centos', 'redhat'
when 'centos', 'redhat', 'amazon', 'scientific'
if node['platform_version'].to_i < 6
default['wordpress']['db']['mysql_version'] = '5.0'
elsif node['platform_version'].to_i < 7