|
Ah, so in that case, this is actually expected. The layout is no longer using a Hiera 3 config that points into an environment. I would suggest two changes to the test.
1. Stop using the directory `hieradata` and use `data` instead, since that's the default in Hiera 5. 2. Add a hiera.yaml file to the environment with the contents:
This configuration will use all Hiera 5 defaults, i.e. datadir: data, path: common, and data_hash: yaml_data.
|