blob: af448d572aec0c2e6dbdc097d8d3497eeffd6f20 (
plain)
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
|
---
:backends:
- yaml
- puppet
:logger: console
:hierarchy:
- %{fqdn}
- defaults
#former hierarchy, not used anymore
# - hosts/%{fqdn}
# - ca/%{fqdn}
# - ca/defaults
# - eip/%{fqdn}
# - eip/defaults
# more services following
# - defaults
# relative from where puppet is run, so we need to run puppet
# from the root dir of the leap_platform repo
:yaml:
:datadir: ../config
:puppet:
:datasource: data
|