puppet: Use goarch for wal-g.

wal-g does not currently provide pre-built binaries for
arm64/aarch64 (see #21070) but if they begin to, it will likely be
with the goarch names.
This commit is contained in:
Alex Vandiver 2022-02-11 11:41:45 -08:00 committed by Alex Vandiver
parent abdbe4ca83
commit d7e8733705
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class zulip::postgresql_backups {
$wal_g_version = $zulip::common::versions['wal-g']['version']
$bin = "/srv/zulip-wal-g-${wal_g_version}"
$package = "wal-g-pg-ubuntu-20.04-${::architecture}"
$package = "wal-g-pg-ubuntu-20.04-${zulip::common::goarch}"
# This tarball contains only a single file
zulip::external_dep { 'wal-g':