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