Skip to content

Commit

Permalink
fix: removing key as mutually exclusive with keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Cigrand committed Jul 30, 2024
1 parent 857611e commit 005c06f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions manifests/package/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
apt::source { 'nginx':
location => $stable_repo_source,
repos => 'nginx',
key => { 'id' => '573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62' },
keyring => '/usr/share/keyrings/deriv-archive-keyring.gpg',
release => $release,
architecture => $facts['os']['architecture'],
Expand All @@ -45,7 +44,6 @@
apt::source { 'nginx':
location => $mainline_repo_source,
repos => 'nginx',
key => { 'id' => '573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62' },
keyring => '/usr/share/keyrings/deriv-archive-keyring.gpg',
release => $release,
architecture => $facts['os']['architecture'],
Expand Down

0 comments on commit 005c06f

Please sign in to comment.