Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 69c456f

Browse files
author
varac
committed
hiera config now in /etc/leap/hiera.yaml
1 parent caea416 commit 69c456f

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

puppet/hiera.yaml

+4-15
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,11 @@
55

66
:logger: console
77

8-
:hierarchy:
9-
- %{fqdn}
10-
- defaults
11-
#former hierarchy, not used anymore
12-
# - hosts/%{fqdn}
13-
# - ca/%{fqdn}
14-
# - ca/defaults
15-
# - eip/%{fqdn}
16-
# - eip/defaults
17-
# more services following
18-
# - defaults
19-
20-
# relative from where puppet is run, so we need to run puppet
21-
# from the root dir of the leap_platform repo
228
:yaml:
23-
:datadir: ../config
9+
:datadir: /etc/leap
2410

11+
:hierarchy:
12+
- hiera
13+
2514
:puppet:
2615
:datasource: data

0 commit comments

Comments
 (0)