Re: [Puppet Users] converting Hiera v3 to v5 - :merge_behavior: deeper option?

2018-05-16 Thread du
Thanks all for your responses On a closer inspection, it turns out that deep merger indeed works out of the box on v5 without any additional tweaks. (@Henrik - your regex suggestion also works and I can no longer see errors) We are not looking to stick with v3 forever, just wanted to minimise

Re: [Puppet Users] converting Hiera v3 to v5 - :merge_behavior: deeper option?

2018-04-28 Thread du
Thanks all for the responses I realise that the global option is no longer there and I am trying to set v5 up so that I can get the similar behaviour. On Friday, April 27, 2018 at 6:12:32 PM UTC+1, Henrik Lindberg wrote: > > Depends on what you mean. The 'deep' in hiera 5 is the same as 'deeper'

[Puppet Users] converting Hiera v3 to v5 - :merge_behavior: deeper option?

2018-04-27 Thread du
Hi I am in the process of migrating v3 hiera.yaml to v5 and I would like all hash merges to merge 'deep' by default, the same way :merge_behavior: deeper in v3 parameter provides. I can't seem to find an easy way to do this after reading the docs - I understand lookup_options: need to be se