Skip to content

Commit 7fe02e2

Browse files
author
Brint O'Hearn
committed
FC024 fix
1 parent ff496c6 commit 7fe02e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
else
4444
default['wordpress']['db']['mysql_version'] = '5.5'
4545
end
46-
when 'centos', 'redhat'
46+
when 'centos', 'redhat', 'amazon', 'scientific'
4747
if node['platform_version'].to_i < 6
4848
default['wordpress']['db']['mysql_version'] = '5.0'
4949
elsif node['platform_version'].to_i < 7

0 commit comments

Comments
 (0)