From: Tim Meusel Date: Fri, 6 Jan 2023 14:21:22 +0000 (+0100) Subject: fix typo in source.pp X-Git-Tag: v9.0.2~8^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c01f2ca5353853db87279ae4410a58b560f0adef;p=puppet-modules%2Fpuppetlabs-apt.git fix typo in source.pp --- 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,