summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-06-15 00:03:46 -0400
committerJesse Luehrs <doy@tozt.net>2020-06-15 00:06:55 -0400
commit9463c14eb58fd9569b57d8136e8cf796fbc5e15a (patch)
treecc9b2942cb2071aa15e9e13194fd5f1f2571a6c8 /manifests
parent9ec8bd7e242410f184f55243922018f10a86c1a0 (diff)
downloadpuppet-tozt-9463c14eb58fd9569b57d8136e8cf796fbc5e15a.tar.gz
puppet-tozt-9463c14eb58fd9569b57d8136e8cf796fbc5e15a.zip
update the 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 aa9460e..1065935 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -6,6 +6,7 @@ node 'tozt', 'tozt.localdomain' {
class { 'base':
extra_script => "
(cd /home/doy/coding/metabase-utils && git pull)
+ (docker pull bitwardenrs/server)
";
}