summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests/bitwarden.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tozt/manifests/bitwarden.pp')
-rw-r--r--modules/tozt/manifests/bitwarden.pp6
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/tozt/manifests/bitwarden.pp b/modules/tozt/manifests/bitwarden.pp
index f735e03..b44d2da 100644
--- a/modules/tozt/manifests/bitwarden.pp
+++ b/modules/tozt/manifests/bitwarden.pp
@@ -1,3 +1,7 @@
class tozt::bitwarden {
- include bitwarden::server
+ include tozt::persistent
+
+ class { "bitwarden::server":
+ data_dir => "/media/persistent/bitwarden";
+ }
}