From 0a1c9c0bf20258ca79ed4839b5ca1cfb7e5f454d Mon Sep 17 00:00:00 2001 From: Marty Ewings Date: Sat, 17 Jun 2023 15:46:58 +0100 Subject: [PATCH] Add Static Plan Hierarchy Prior to this commit the plan_hierarchy would have to be added to the environment hiera.yaml in order to to hiera lookups from apply blocks in plans. This change has no impact but to prevent having to add it later --- hiera.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hiera.yaml b/hiera.yaml index 0f5c65769..ad6338def 100644 --- a/hiera.yaml +++ b/hiera.yaml @@ -10,3 +10,7 @@ hierarchy: paths: - "nodes/%{trusted.certname}.yaml" - "common.yaml" +plan_hierarchy: + - name: "Static data" + data_hash: yaml_data + path: "static.yaml"