Merge dynamic configuration with cookbook configuration? #318
Labels
Feature Request
Enhancement to existing functionality or new functionality
Help Wanted
Assistance is required to resolve this issue
Priority: Medium
Will bring visible benefit to the project
Like others here, I'm finding the breadcrumb mechanism a little unintuitive. Additionally, when using sentinel, it means you can't update the redis configuration after the first chef run without messing with the server state. So I'm wondering: is there a reason the provider can't merge its configuration with what the redis server wrote?
Redis delimits the configuration it writes with a comment:
# Generated by CONFIG REWRITE
, so the provider could easily append that to the configuration generated by the cookbook. I can submit a patch if this sounds good; just wanted to check if this idea has been considered/dismissed already.The text was updated successfully, but these errors were encountered: