We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff496c6 commit 7fe02e2Copy full SHA for 7fe02e2
attributes/default.rb
@@ -43,7 +43,7 @@
43
else
44
default['wordpress']['db']['mysql_version'] = '5.5'
45
end
46
-when 'centos', 'redhat'
+when 'centos', 'redhat', 'amazon', 'scientific'
47
if node['platform_version'].to_i < 6
48
default['wordpress']['db']['mysql_version'] = '5.0'
49
elsif node['platform_version'].to_i < 7
0 commit comments