I have a case where there are many Dev environments with different topologies, meaning that some node can have multiple roles and set of roles can vary from one environment to another.
Policyfile can be mapped to some particular runlist, but in my case I need to combine multiple Policyfiles on the same node.
I saw RFC about multi-policy, which probably not implemented yet https://github.com/chef-boneyard/chef-rfc/blob/master/rfc075-multi-policy.md
The question Is Policyfile fine workflow if set of roles for one node can vary? If yes, how this could be achieved?
Thanks.