summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-07-01 17:28:41 -0400
committerJesse Luehrs <doy@tozt.net>2021-07-01 17:28:41 -0400
commit4ac46ab4b31d928e1e8002dc75842bf6cb49ecb0 (patch)
treefe201e3acbe96f1af4d5e82386188373ca070bb1 /manifests
parente8d340e11a2177958e10781a33676c0e2ba6d661 (diff)
downloadpuppet-tozt-4ac46ab4b31d928e1e8002dc75842bf6cb49ecb0.tar.gz
puppet-tozt-4ac46ab4b31d928e1e8002dc75842bf6cb49ecb0.zip
bitwardenrs was renamed to vaultwarden
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)
";
}