X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=environments%2Fintegration%2Fhiera.yaml;h=91d9bbf139b0b1362f4f8525936b3c0d791d2993;hb=a869ea173f9a1e45f63336ad9d640bf94e5039e3;hp=a63fc9232bdd3c7075f8779e56bb7bc23f9b1d0c;hpb=56bc60ea5e9ae11872d3e3d388adb7c5ada0c2c9;p=perso%2FImmae%2FProjets%2FPuppet.git 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