Skip to content

Commit 94797f2

Browse files
committed
test(pillar): use disable_mlock for FreeBSD (Vagrant)
Service wasn't starting without this being resolved.
1 parent cb29f9d commit 94797f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/salt/pillar/prod_server.sls

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ vault:
66
storage:
77
file:
88
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
913
tls_disable: 1
1014
self_signed_cert:
1115
enabled: true

0 commit comments

Comments
 (0)