Hello everyone.
I have the next problem. First of all, I have a Puppet (it's a joke).
I have a hiera hierarchy by domain:
- "%{module_name}/hiera/%{::domain}.yaml"
And I have a lot of domains. Each puppet on each server with own domain has made lookup and receive data. There is not any problem.
But, I would to use same data for the different issue and I want to get more then one domain. For example, I have domain X with the main server and two on three dependent. I need to collect information from all of two or three domains of Hiera on the server with domain X.
Probably somebody could suggest to me best solution for this task?