Skip to content

Commit 0a1c9c0

Browse files
authored
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
1 parent 565607d commit 0a1c9c0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

hiera.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ hierarchy:
1010
paths:
1111
- "nodes/%{trusted.certname}.yaml"
1212
- "common.yaml"
13+
plan_hierarchy:
14+
- name: "Static data"
15+
data_hash: yaml_data
16+
path: "static.yaml"

0 commit comments

Comments
 (0)