summaryrefslogtreecommitdiffstats
path: root/manifests
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 /manifests
parent39a92eefc905461eb9c4659555f6bde80aef9dce (diff)
downloadpuppet-tozt-342130f1cba7f5cdfd912721a685a99e729af978.tar.gz
puppet-tozt-342130f1cba7f5cdfd912721a685a99e729af978.zip
add bitwarden server
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tozt.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index 3f0e17e..79294fb 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -13,6 +13,7 @@ node 'tozt', 'tozt.localdomain' {
Class['tozt::operatingsystem'] -> Package<| provider == "pacman" |>
include tozt::backups
+ include tozt::bitwarden
include tozt::git
include tozt::metabase
include tozt::monitoring