diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-09-10 11:26:18 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-09-10 12:10:21 +0200 |
commit | 945ae444952f3322c4687059f0ba6b7308750feb (patch) | |
tree | 0774bfe30fb0da9f001d621b86dbc34d16ff8393 /environments | |
parent | ec1096d8c0d897ebd1ea445d9c5404a13c33ce2e (diff) | |
download | Puppet-945ae444952f3322c4687059f0ba6b7308750feb.tar.gz Puppet-945ae444952f3322c4687059f0ba6b7308750feb.tar.zst Puppet-945ae444952f3322c4687059f0ba6b7308750feb.zip |
ldapvar facter
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" |