Skip to content

Commit bc37478

Browse files
author
Slavek Kabrda
authored
Install datadog-signing-keys on Debian based platforms (#709)
1 parent 2d4ae32 commit bc37478

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

manifests/ubuntu.pp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,8 @@
107107
require => [Apt::Source['datadog'],
108108
Class['apt::update']],
109109
}
110+
111+
package { 'datadog-signing-keys':
112+
ensure => 'latest',
113+
}
110114
}

0 commit comments

Comments
 (0)