From e8493916ff6e957c752df1cfc1789844c426d987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 19 Mar 2018 16:02:30 +0100 Subject: Add ldap backend for hiera lookup --- environments/hiera.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'environments') 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: - name: "Initialization variables" path: "/root/puppet_variables.json" + - name: "Puppet ldap variables" + data_hash: ldap_data + - name: "Per-role environment data" mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"] -- cgit v1.2.3