-
Notifications
You must be signed in to change notification settings - Fork 6
/
hiera.yaml
44 lines (32 loc) · 1.01 KB
/
hiera.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
version: 5
defaults:
datadir: data
data_hash: yaml_data
hierarchy:
- name: "OS family"
path: "os/%{facts.os.family}.yaml"
- name: "common"
path: "common.yaml"
- name: "components::enc"
path: "components/enc.yaml"
- name: "components::execution_stage_manager"
path: "components/execution_stage_manager.yaml"
- name: "components::site_level_config_file"
path: "components/site_level_config_file.yaml"
- name: "components::yaml_compiler"
path: "components/yaml_compiler.yaml"
- name: "components::ccm"
path: "components/ccm.yaml"
- name: "components::swarm"
path: "components/swarm.yaml"
- name: "components::component_repository"
path: "components/component_repository.yaml"
- name: "components::bolt"
path: "components/bolt.yaml"
- name: "components::docker"
path: "components/docker.yaml"
- name: "nodes::config_master"
path: "nodes/config_master.yaml"
- name: "nodes::lightweight_component"
path: "nodes/lightweight_component.yaml"