Conditional use of unified_mode true
needs to warn
#936
Labels
New Cop Proposal
A proposal for a new Cookstyle cop
Status: Untriaged
An issue that has yet to be triaged.
That isn't a coherent thing to ever want to do, since you get
unified_mode true
behavior on newer chef-client andunified_mode false
behavior on older chef-client and will require careful testing on all versions, and crazy questions to me on how to write code so that it works the same both ways.In general people need to pick one way or the other, and have backwards compatibility via
unified_mode false
(and suffer the deprecation warning forever reminding you that support for Chef 12 has been dropped ages ago) or else setunified_mode true
and properly drop support for old Chef 12The text was updated successfully, but these errors were encountered: