Improve encfs cookbook

Fix some things, and prepare for path-based activation. Also, comment
the buggy initial dir creation and explain manual provisioning in README
for now.
This commit is contained in:
2020-06-07 12:45:33 +02:00
parent 8918452fc5
commit 353f2c13f1
6 changed files with 50 additions and 17 deletions
@@ -1,3 +1,4 @@
#!/bin/sh
systemd-ask-password --echo "encfs password:" | encfs <%= @encrypted_directory %> <%= @mount_directory %> --public --stdinpass
echo "Encrypted data directory mounted as <%= @mount_directory %>" > /tmp/data-dir-mounted.txt