Migrate from legacy fact

This did not work on modern puppet in ubuntu24:
Warning: Interpolation failed with '::lsbdistcodename', but compilation continuing;
New syntax inspiration from:
https://www.puppet.com/docs/puppet/8/hiera_config_yaml_5#configuring_hiera
This commit is contained in:
Patrik Holmqvist 2024-06-19 14:07:13 +02:00 committed by Mikael Frykholm
parent 2c0d89b8a6
commit d6f3c216cb
Signed by: mifr
GPG key ID: 1467F9D69135C236

View file

@ -21,7 +21,7 @@ hierarchy:
pkcs7_public_key: /etc/hiera/eyaml/public_certkey.pkcs7.pem pkcs7_public_key: /etc/hiera/eyaml/public_certkey.pkcs7.pem
- name: "Overrides per distribution" - name: "Overrides per distribution"
path: "dist_%{::lsbdistcodename}_override.yaml" path: "dist_%{facts.os.distro.codename}_override.yaml"
- name: "Data common to whole environment" - name: "Data common to whole environment"
path: "common.yaml" path: "common.yaml"