Closed markharding closed 9 years ago
Issue seems to be in include_recipe.
Originally i had
include_recipe 'cassandra-dse::datastax'
Resolved with
include_recipe 'cassandra-dse'
@markharding yes, we now use an attribute to pick the exact recipe to use. This is a fairly recent change which our docs should reflect. Sorry about this. We had to go through a bunch of breaking changes recently, some are technically completely unnecessary but make publishing to Chef Supermarket possible. I think after 3.3.0
things will slow down quite a bit.
The 'log_config_files' is not provided when version 2.1.x is set (now default). This causes a provisioning error of 'undefined method
each
for nil:NilClass'