module Chef::DSL::Universal
Part of a family of DSL
mixins.
Chef::DSL::Recipe
mixes into Recipes and Providers.
- this is restricted to recipe/resource/provider context where a resource collection exists. - cookbook authors should typically include modules into here.
Chef::DSL::Universal
mixes into Recipes, LWRP Resources+Providers, Core Resources+Providers, and Attributes files.
- this adds resources and attributes files. - do not add helpers which manipulate the resource collection. - this is for general-purpose stuff that is useful nearly everywhere. - it also pollutes the namespace of nearly every context, watch out.