From a869ea173f9a1e45f63336ad9d640bf94e5039e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 13 Mar 2018 10:20:17 +0100 Subject: Refactor hiera environments --- environments/integration/hiera.yaml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) mode change 100644 => 120000 environments/integration/hiera.yaml (limited to 'environments/integration/hiera.yaml') diff --git a/environments/integration/hiera.yaml b/environments/integration/hiera.yaml deleted file mode 100644 index a63fc92..0000000 --- a/environments/integration/hiera.yaml +++ /dev/null @@ -1,19 +0,0 @@ ---- -version: 5 - -defaults: - datadir: data - data_hash: yaml_data - -hierarchy: - - name: "Initialization variables" - path: "/root/puppet_variables.json" - - - name: "Per-role data" - mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"] - - - name: "Per-type data" - path: "types/%{facts.ec2_metadata.instance-type}.yaml" - - - name: "Common data" - path: "common.yaml" diff --git a/environments/integration/hiera.yaml b/environments/integration/hiera.yaml new file mode 120000 index 0000000..91d9bbf --- /dev/null +++ b/environments/integration/hiera.yaml @@ -0,0 +1 @@ +../hiera.yaml \ No newline at end of file -- cgit v1.2.3