aboutsummaryrefslogtreecommitdiff
path: root/environments
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2017-09-10 11:26:18 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2017-09-10 12:10:21 +0200
commit945ae444952f3322c4687059f0ba6b7308750feb (patch)
tree0774bfe30fb0da9f001d621b86dbc34d16ff8393 /environments
parentec1096d8c0d897ebd1ea445d9c5404a13c33ce2e (diff)
downloadPuppet-945ae444952f3322c4687059f0ba6b7308750feb.tar.gz
Puppet-945ae444952f3322c4687059f0ba6b7308750feb.tar.zst
Puppet-945ae444952f3322c4687059f0ba6b7308750feb.zip
ldapvar facter
Diffstat (limited to 'environments')
-rw-r--r--environments/production/hiera.yaml2
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"