summaryrefslogtreecommitdiff
path: root/hiera.yaml
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-11-06 17:38:49 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-11-06 18:30:51 +0100
commit514b0f86cce5995d5819cab4a6305f31e5865436 (patch)
tree8becdc87b3ae6c6340cbf67ffce5f5f49f469279 /hiera.yaml
parentFix wireguard peer parameter. (diff)
downloadprofiles-514b0f86cce5995d5819cab4a6305f31e5865436.tar.gz
profiles-514b0f86cce5995d5819cab4a6305f31e5865436.tar.xz
Introduce hiera + fix php fpm.
Diffstat (limited to 'hiera.yaml')
-rw-r--r--hiera.yaml15
1 files changed, 15 insertions, 0 deletions
diff --git a/hiera.yaml b/hiera.yaml
new file mode 100644
index 0000000..a2e55a8
--- /dev/null
+++ b/hiera.yaml
@@ -0,0 +1,15 @@
+version: 5
+defaults:
+ datadir: data
+ data_hash: yaml_data
+hierarchy:
+ - name: OS specific
+ paths:
+ - os/%{facts.os.name}/%{facts.os.release.major}.yaml
+ - os/%{facts.os.family}/%{facts.os.release.major}.yaml
+ - os/%{facts.os.name}.yaml
+ - os/%{facts.os.family}.yaml
+ - name: Common
+ path: common.yaml
+
+