Skip to content

Commit

Permalink
Merge pull request #370 from etiennedub/vector_key
Browse files Browse the repository at this point in the history
Update key to install vector
  • Loading branch information
cmd-ntrf authored Jul 17, 2024
2 parents 96275b8 + 553506a commit 426612b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions site/profile/manifests/vector.pp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
baseurl => "https://yum.vector.dev/stable/vector-0/${::facts['architecture']}/",
gpgcheck => 1,
gpgkey => [
'https://keys.datadoghq.com/DATADOG_RPM_KEY_CURRENT.public',
'https://keys.datadoghq.com/DATADOG_RPM_KEY_B01082D3.public',
'https://keys.datadoghq.com/DATADOG_RPM_KEY_FD4BF915.public',
'https://yum.vector.dev/DATADOG_RPM_KEY_CURRENT.public',
],
repo_gpgcheck => 1,
}
Expand Down

0 comments on commit 426612b

Please sign in to comment.