Skip to content

Commit

Permalink
Fix broken apt::source declaration for Debian-based systems
Browse files Browse the repository at this point in the history
  - Fixes #128
  • Loading branch information
omeinderink authored and logicminds committed Mar 4, 2022
1 parent e3de81d commit 091a0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/repo.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
repos => 'main',
key => {
'id' => 'F6403F6544A38863DAA0B6E03F01618A51312F3F',
'source' => 'https://packages.gitlab.com/gpg.key',
'server' => $repo_keyserver,
},
include => {
Expand Down

0 comments on commit 091a0b6

Please sign in to comment.