Skip to content

Commit a0a0471

Browse files
committed
Commit the additional fixture hiera config files
1 parent 472675e commit a0a0471

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
version: 5
3+
defaults:
4+
datadir: /var/lib/puppet/environments/%{::environment}/hieradata
5+
hierarchy:
6+
- name: "fqdn"
7+
path: "servers/%{::fqdn}.yaml"
8+
- name: "datacenter"
9+
path: "datacenter/%{::datacenter}.yaml"
10+
- name: "special"
11+
path: "special/%{::operatingsystem}.yaml"
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
:version: 5
3+
:defaults:
4+
:datadir: /var/lib/puppet/environments/%{::environment}/hieradata
5+
:hierarchy:
6+
- :name: "fqdn"
7+
:path: "servers/%{::fqdn}.yaml"
8+
- :name: "datacenter"
9+
:path: "datacenter/%{::datacenter}.yaml"
10+
- :name: "special"
11+
:path: "special/%{::operatingsystem}.yaml"

0 commit comments

Comments
 (0)