summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/tozt.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/tozt.pp b/manifests/tozt.pp
index 6d327c8..a213e35 100644
--- a/manifests/tozt.pp
+++ b/manifests/tozt.pp
@@ -6,7 +6,7 @@ node 'tozt', 'tozt.localdomain' {
class { 'base':
extra_script => "
(cd /home/doy/coding/metabase-utils && git pull)
- (sudo podman pull docker.io/bitwardenrs/server)
+ (sudo podman pull docker.io/vaultwarden/server)
";
}