aboutsummaryrefslogtreecommitdiff
path: root/environments/hiera.yaml
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-19 16:21:45 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-19 16:21:45 +0100
commitf4c9ed4c0a32082d8f7b60cee1eb33cb05c85a1c (patch)
treec748ce388c30aa84cc15290aec65b8d3d9542f5d /environments/hiera.yaml
parent433e9279d165bf225c597834b5a7c7ae64c11a27 (diff)
parent97103ded8390d10ea3468615c654e89d07c0a921 (diff)
downloadPuppet-f4c9ed4c0a32082d8f7b60cee1eb33cb05c85a1c.tar.gz
Puppet-f4c9ed4c0a32082d8f7b60cee1eb33cb05c85a1c.tar.zst
Puppet-f4c9ed4c0a32082d8f7b60cee1eb33cb05c85a1c.zip
Merge branch 'ldap_lookup' into dev
Diffstat (limited to 'environments/hiera.yaml')
-rw-r--r--environments/hiera.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/hiera.yaml b/environments/hiera.yaml
index 5a9a6d6..eda5eb3 100644
--- a/environments/hiera.yaml
+++ b/environments/hiera.yaml
@@ -9,6 +9,9 @@ hierarchy:
9 - name: "Initialization variables" 9 - name: "Initialization variables"
10 path: "/root/puppet_variables.json" 10 path: "/root/puppet_variables.json"
11 11
12 - name: "Puppet ldap variables"
13 data_hash: ldap_data
14
12 - name: "Per-role environment data" 15 - name: "Per-role environment data"
13 mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"] 16 mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"]
14 17