]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/blame - environments/production/hiera.yaml
Merge branch 'new_node'
[perso/Immae/Projets/Puppet.git] / environments / production / hiera.yaml
CommitLineData
0b62a18b
IB
1---
2version: 5
3
4defaults:
5 datadir: data
6 data_hash: yaml_data
7
8hierarchy:
248bd83e
IB
9 - name: "Initialization variables"
10 path: "/root/puppet_variables.json"
11
0b62a18b 12 - name: "Per-role data"
945ae444 13 mapped_paths: [ldapvar.self.vars.roles, role, "roles/%{role}.yaml"]
0b62a18b
IB
14
15 - name: "Per-type data"
16 path: "types/%{facts.ec2_metadata.instance-type}.yaml"
17
18 - name: "Common data"
19 path: "common.yaml"