feat: vault mlock

- enable mlock by default
- disable mlock on lxd/incus nodes (lxc doesnt support it)
This commit is contained in:
2025-04-26 22:00:45 +10:00
parent 1e3ce0ec1c
commit 8137fbbb8b
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -2,3 +2,6 @@
profiles::packages::include:
chrony:
ensure: absent
# disable mlock for vault nodes on lxd/incus
vault::disable_mlock: true