v0.4.1
- Ensure that directories specified in
log.dirs
are actually created using thedirectory
resource.
In reality Kafka creates the directories if they don't exist, and thus it's not really an issue, but since it's configured through an attribute it should be created by this cookbook.