fix typo in source.pp
authorTim Meusel <tim@bastelfreak.de>
Fri, 6 Jan 2023 14:21:22 +0000 (15:21 +0100)
committerTim Meusel <tim@bastelfreak.de>
Fri, 6 Jan 2023 14:21:22 +0000 (15:21 +0100)
manifests/source.pp

index b1be300a4539a4d5f879b90c89b277d6d3e4ea06..420d19d451e312bcc52144246bf2f1374d1b0158 100644 (file)
@@ -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,