Skip to content

Commit

Permalink
Install datadog-signing-keys on Debian based platforms (#709)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavek Kabrda authored Jul 15, 2021
1 parent 2d4ae32 commit bc37478
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifests/ubuntu.pp
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,8 @@
require => [Apt::Source['datadog'],
Class['apt::update']],
}

package { 'datadog-signing-keys':
ensure => 'latest',
}
}

0 comments on commit bc37478

Please sign in to comment.