Am 24.03.2022 um 15:18 schrieb Tim Skirvin:
Helmut Schneider <[email protected]> writes:
paths:
- "%{::operatingsystem}-%{::operatingsystemrelease}.yaml"
- "%{::operatingsystem}-%{::virtual}.yaml"
- "%{::operatingsystem}.yaml"
- "%{::kernel}.yaml"
I'm trying to knockout "opennntpd". This works on CentOS in CentOS.yaml:
I've got a very different hiera layout than you, but I've run into
this problem as well, and I also haven't been able to find a good way to
describe it well enough to file a bug about it. FYI. I set:
- name: "zone/role/subrole + common"
paths:
- "zones/%{zone}/%{role}/%{subrole}.yaml"
- "zones/%{zone}/%{role}.yaml"
- "zones/%{zone}.yaml"
- common.yaml
Interesting, I changed the order in hiera.yaml to
>> paths:
>> - "%{::operatingsystem}-%{::operatingsystemrelease}.yaml"
>> - "%{::operatingsystem}.yaml"
>> - "%{::kernel}.yaml"
- "%{::operatingsystem}-%{::virtual}.yaml"
and the value get's knocked out. Unfortunately now values higher in
hiera.yaml don't. I created a bug report.
--
You received this message because you are subscribed to the Google Groups "Puppet
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/puppet-users/t1k6cn%2416ra%241%40ciao.gmane.io.