summaryrefslogtreecommitdiffstats
path: root/modules/tozt/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-03 23:53:39 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-03 23:53:39 -0400
commitd2c6d4f841fd2c37c93080ccfbf21122d3326698 (patch)
treed93b73f66ad2e15aa4d072e74f6667f6265eb0fd /modules/tozt/manifests
parent55809f94de391f2ff050e53dc834dc5528b7d1df (diff)
downloadpuppet-tozt-d2c6d4f841fd2c37c93080ccfbf21122d3326698.tar.gz
puppet-tozt-d2c6d4f841fd2c37c93080ccfbf21122d3326698.zip
make sure the directory exists
Diffstat (limited to 'modules/tozt/manifests')
-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";
+ }
}