From c01f2ca5353853db87279ae4410a58b560f0adef Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 6 Jan 2023 15:21:22 +0100 Subject: [PATCH] fix typo in source.pp --- manifests/source.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/source.pp b/manifests/source.pp index b1be300..420d19d 100644 --- a/manifests/source.pp +++ b/manifests/source.pp @@ -143,7 +143,7 @@ define apt::source ( 'comment' => $comment, 'includes' => $includes, 'options' => delete_undef_values({ - 'arch' => $architecture, + 'arch' => $_architecture, 'trusted' => $allow_unsigned ? { true => 'yes', false => undef }, 'allow-insecure' => $allow_insecure ? { true => 'yes', false => undef }, 'signed-by' => $keyring, -- 2.45.2