Skip to content

Commit 0de4ef4

Browse files
author
Nikita
committed
newrelic gpg
1 parent b759db7 commit 0de4ef4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

manifests/repo/debian.pp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
location => 'http://apt.newrelic.com/debian/',
7474
repos => 'non-free',
7575
key => {
76-
id => 'B60A3EC9BC013B9C23790EC8B31B29E5548C16BF',
77-
key => 'https://download.newrelic.com/548C16BF.gpg',
76+
id => '2EA7DB7738A22D92945E8EC732FA4C172DAD550E',
77+
key => 'https://download.newrelic.com/NEWRELIC_APT_2DAD550E.public',
7878
},
7979
include => {
8080
src => false,
@@ -84,7 +84,7 @@
8484
}
8585
default: {
8686
apt::keyring { 'newrelic.asc':
87-
source => 'https://download.newrelic.com/548C16BF.gpg',
87+
source => 'https://download.newrelic.com/NEWRELIC_APT_2DAD550E.public',
8888
} -> apt::source { 'newrelic':
8989
enabled => true,
9090
source_format => 'sources',

manifests/repo/ubuntu.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
location => 'http://apt.newrelic.com/debian/',
3333
repos => 'non-free',
3434
key => {
35-
id => 'B60A3EC9BC013B9C23790EC8B31B29E5548C16BF',
36-
key => 'https://download.newrelic.com/548C16BF.gpg',
35+
id => '2EA7DB7738A22D92945E8EC732FA4C172DAD550E',
36+
key => 'https://download.newrelic.com/NEWRELIC_APT_2DAD550E.public',
3737
},
3838
include => {
3939
src => false,

0 commit comments

Comments
 (0)