X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Fsource.pp;h=420d19d451e312bcc52144246bf2f1374d1b0158;hb=91c87626c5407093cb74aa75de7fa65d77e20856;hp=8961e1564572123e9f0f8dfb20338ed98e4df401;hpb=65e03244552e8113b69f6ca5f4e6dc142251df0b;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/source.pp b/manifests/source.pp index 8961e15..420d19d 100644 --- a/manifests/source.pp +++ b/manifests/source.pp @@ -142,8 +142,8 @@ define apt::source ( $sourcelist = epp('apt/source.list.epp', { 'comment' => $comment, 'includes' => $includes, - 'options' => delete_undef_values( { - 'arch' => $architecture, + 'options' => delete_undef_values({ + 'arch' => $_architecture, 'trusted' => $allow_unsigned ? { true => 'yes', false => undef }, 'allow-insecure' => $allow_insecure ? { true => 'yes', false => undef }, 'signed-by' => $keyring,