X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsource.pp;h=420d19d451e312bcc52144246bf2f1374d1b0158;hb=91c87626c5407093cb74aa75de7fa65d77e20856;hp=b1be300a4539a4d5f879b90c89b277d6d3e4ea06;hpb=1442e42b3591b50887351a50b7a4bef2b16038ab;p=puppet-modules%2Fpuppetlabs-apt.git 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,