Hi,
I'm looking at some of our puppet code and trying to keep it clean whilst looking at the puppet 4 deprecation list.
One question I have is regarding inherits; the docs say that node inheritance is going which we don't use anyway but we do use the params pattern a lot with inherit.
I'm wondering if I should still use inherit for the params or move away to use include instead?
I presume the inherit keyword its self is not being deprecated?
Thanks
Dan