Re: [Puppet Users] Nested hiera lookup

2022-01-28 Thread Martin Alfke
Hi Helmut, This is not working! Within hiera you can use alias or lookup to receive other hiera data values. But you can not combine a lookup with string. https://puppet.com/docs/puppet/7/hiera_merging.html#interpolation_functions-lookup-and-hiera-function

[Puppet Users] Nested hiera lookup

2022-01-27 Thread Helmut Schneider
Hi, common.yaml: --- lookup_options: paths: merge: strategy: 'deep' knockout_prefix: '--' variables: merge: strategy: 'deep' knockout_prefix: '--' paths: logfilePath: '/var/log' [...] another.yaml: lookup_options: paths: