summaryrefslogtreecommitdiffstats
path: root/modules/tozt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-04-03 23:47:26 -0400
committerJesse Luehrs <doy@tozt.net>2020-04-03 23:47:26 -0400
commit342130f1cba7f5cdfd912721a685a99e729af978 (patch)
treec066a90266b3e196acf7a1c4466763000cb9a012 /modules/tozt
parent39a92eefc905461eb9c4659555f6bde80aef9dce (diff)
downloadpuppet-tozt-342130f1cba7f5cdfd912721a685a99e729af978.tar.gz
puppet-tozt-342130f1cba7f5cdfd912721a685a99e729af978.zip
add bitwarden server
Diffstat (limited to 'modules/tozt')
-rw-r--r--modules/tozt/manifests/bitwarden.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/tozt/manifests/bitwarden.pp b/modules/tozt/manifests/bitwarden.pp
new file mode 100644
index 0000000..21e4475
--- /dev/null
+++ b/modules/tozt/manifests/bitwarden.pp
@@ -0,0 +1,3 @@
+class tozt::bitwarden {
+ include bitwarden
+}