Skip to content

Commit

Permalink
Merge pull request #1082 from bastelfreak/foo
Browse files Browse the repository at this point in the history
fix typo in source.pp
  • Loading branch information
LukasAud authored Jan 9, 2023
2 parents 527d095 + c01f2ca commit ce09f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/source.pp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
'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,
Expand Down

0 comments on commit ce09f18

Please sign in to comment.