Skip to content

Commit

Permalink
chore: fixing deriv
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Cigrand committed Jul 30, 2024
1 parent 005c06f commit 2f004c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/package/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
apt::source { 'nginx':
location => $stable_repo_source,
repos => 'nginx',
keyring => '/usr/share/keyrings/deriv-archive-keyring.gpg',
keyring => '/usr/share/keyrings/nginx-archive-keyring.gpg',

Check warning on line 34 in manifests/package/debian.pp

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

indentation of => is not properly aligned (expected in column 24, but found it in column 19) (check: arrow_alignment)
release => $release,
architecture => $facts['os']['architecture'],
}
Expand All @@ -44,7 +44,7 @@
apt::source { 'nginx':
location => $mainline_repo_source,
repos => 'nginx',
keyring => '/usr/share/keyrings/deriv-archive-keyring.gpg',
keyring => '/usr/share/keyrings/nginx-archive-keyring.gpg',

Check warning on line 47 in manifests/package/debian.pp

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

indentation of => is not properly aligned (expected in column 24, but found it in column 19) (check: arrow_alignment)
release => $release,
architecture => $facts['os']['architecture'],
}
Expand Down

0 comments on commit 2f004c3

Please sign in to comment.