diff options
Diffstat (limited to 'environments')
-rw-r--r-- | environments/production/hiera.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/production/hiera.yaml b/environments/production/hiera.yaml index 095a110..f5e5bc2 100644 --- a/environments/production/hiera.yaml +++ b/environments/production/hiera.yaml | |||
@@ -10,7 +10,7 @@ hierarchy: | |||
10 | path: "nodes/%{facts.ec2_metadata.hostname}.yaml" | 10 | path: "nodes/%{facts.ec2_metadata.hostname}.yaml" |
11 | 11 | ||
12 | - name: "Per-role data" | 12 | - name: "Per-role data" |
13 | mapped_paths: [roles, role, "roles/%{role}.yaml"] | 13 | mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"] |
14 | 14 | ||
15 | - name: "Per-type data" | 15 | - name: "Per-type data" |
16 | path: "types/%{facts.ec2_metadata.instance-type}.yaml" | 16 | path: "types/%{facts.ec2_metadata.instance-type}.yaml" |