summaryrefslogtreecommitdiff
path: root/data
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 /data
parentFix wireguard peer parameter. (diff)
downloadprofiles-514b0f86cce5995d5819cab4a6305f31e5865436.tar.gz
profiles-514b0f86cce5995d5819cab4a6305f31e5865436.tar.xz
Introduce hiera + fix php fpm.
Diffstat (limited to 'data')
-rw-r--r--data/os/Ubuntu/20.04.yaml1
-rw-r--r--data/os/Ubuntu/22.04.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/data/os/Ubuntu/20.04.yaml b/data/os/Ubuntu/20.04.yaml
new file mode 100644
index 0000000..86cbe87
--- /dev/null
+++ b/data/os/Ubuntu/20.04.yaml
@@ -0,0 +1 @@
+profiles::phpfpm::version: '7.4'
diff --git a/data/os/Ubuntu/22.04.yaml b/data/os/Ubuntu/22.04.yaml
new file mode 100644
index 0000000..4da9ad0
--- /dev/null
+++ b/data/os/Ubuntu/22.04.yaml
@@ -0,0 +1 @@
+profiles::phpfpm::version: '8.1'