Chef rally configure apache and tomcat

Working through some of the chef rally cert prep tracks I found when making the wrapper cookbook I found a few issues and wondered if anyone else had them.

The first was using the java version suggested 1.39.0 of the community cookbook gives errors stating about one of the node attributes isnt correct around the java arch. I got past this by bumping to the latest version of the community cookbook.

Then I ran into the issue running the inspec tests as it was looking for java-1.6.0-openjdk. Even though the default recipe installs openjdk in the community cookbook it seems that it installs java-1.6.0-openjdk-devel.x86_64 so it fails the inspec tests.

I just wondered if anyone else had these issues or if there is another way to solve it?

Thanks