<font size=2 face="sans-serif">It appears that in Fedora 19 and 20 the
Wordpress examples need to install different packages than in every other
release (see my debugging in </font><a href=https://review.openstack.org/#/c/87065/><font size=2 face="sans-serif">https://review.openstack.org/#/c/87065/</font></a><font size=2 face="sans-serif">).
 I just got a complaint from Heat validation that I can't do this:</font>
<br>
<br><tt><font size=2>        "AWS::CloudFormation::Init"
: {</font></tt>
<br><tt><font size=2>          "config"
: {</font></tt>
<br><tt><font size=2>            "packages"
: {</font></tt>
<br><tt><font size=2>              "yum"
: {</font></tt>
<br><tt><font size=2>               
{ "Fn::FindInMap" : [ "Pkgset2Pkgs", { "Fn::FindInMap"
: [ "Distro2Pkgset", { "Ref" : "LinuxDistribution"
}, "db" ] }, "client" ] } : [],</font></tt>
<br><tt><font size=2>               
{ "Fn::FindInMap" : [ "Pkgset2Pkgs", { "Fn::FindInMap"
: [ "Distro2Pkgset", { "Ref" : "LinuxDistribution"
}, "db" ] }, "server" ] } : [],</font></tt>
<br>
<br><font size=2 face="sans-serif">because "expecting property name"
at the place where the first { "Fn::FindInMap" ... } appears.
 Am I understanding this right?  Is there a workable way to solve
this problem?</font>
<br>
<br><font size=2 face="sans-serif">Thanks,</font>
<br><font size=2 face="sans-serif">Mike</font>