From 5784bdd0ed5fb0285711fb44f7b96319fd240e0c Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Fri, 11 Feb 2022 11:41:45 -0800 Subject: [PATCH] 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. (cherry picked from commit d7e8733705d4d5a4cad89c9ee0b4edcb6f4311d0) --- puppet/zulip/manifests/postgresql_backups.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/zulip/manifests/postgresql_backups.pp b/puppet/zulip/manifests/postgresql_backups.pp index 7bb908b68b..5229103f78 100644 --- a/puppet/zulip/manifests/postgresql_backups.pp +++ b/puppet/zulip/manifests/postgresql_backups.pp @@ -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':