blob: 764966a28d8992c94989b4ef3c3853680e44d70f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
:backends:
- yaml
- puppet
:logger: console
:hierarchy:
- hosts/%{fqdn}
# - services/%{service} # that's not possible, as hiera needs _one_ target per hierarchy
- 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
|