diff options
Diffstat (limited to 'environments/integration/hiera.yaml')
-rw-r--r-- | environments/integration/hiera.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/environments/integration/hiera.yaml b/environments/integration/hiera.yaml new file mode 100644 index 0000000..a63fc92 --- /dev/null +++ b/environments/integration/hiera.yaml | |||
@@ -0,0 +1,19 @@ | |||
1 | --- | ||
2 | version: 5 | ||
3 | |||
4 | defaults: | ||
5 | datadir: data | ||
6 | data_hash: yaml_data | ||
7 | |||
8 | hierarchy: | ||
9 | - name: "Initialization variables" | ||
10 | path: "/root/puppet_variables.json" | ||
11 | |||
12 | - name: "Per-role data" | ||
13 | mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"] | ||
14 | |||
15 | - name: "Per-type data" | ||
16 | path: "types/%{facts.ec2_metadata.instance-type}.yaml" | ||
17 | |||
18 | - name: "Common data" | ||
19 | path: "common.yaml" | ||