From da958e47a8488b0dafc2bb0eac716a9612127dc5 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Thu, 30 Nov 2023 15:45:46 -0800 Subject: [PATCH] Update manifests/repo.pp --- manifests/repo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/repo.pp b/manifests/repo.pp index 247d072..58c6a92 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -33,7 +33,7 @@ class hashi_stack::repo ( ) { $arch = $facts['os']['architecture'] ? { 'aarch64' => 'arm64', # 'aarch64' is official, but Hashicorp uses 'arm64' - default => $facts['os']['architecture'] + default => $facts['os']['architecture'], } case $facts['os']['family'] {