mirror of https://github.com/zulip/zulip.git
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:
parent
abdbe4ca83
commit
d7e8733705
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue