We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
disable_mlock
1 parent cb29f9d commit 94797f2Copy full SHA for 94797f2
1 file changed
test/salt/pillar/prod_server.sls
@@ -6,6 +6,10 @@ vault:
6
storage:
7
file:
8
path: /var/lib/vault/data
9
+ # `disable_mlock` is only needed for FreeBSD (Vagrant)
10
+ # Doesn't appear to cause a problem for other instances but use an `if`
11
+ # block if it does
12
+ disable_mlock: true
13
tls_disable: 1
14
self_signed_cert:
15
enabled: true
0 commit comments