summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)
";
}