Skip to content

Commit 39a323e

Browse files
authored
Make apt-update depend on the right repo (DataDog#610)
It shouldn't change much, but this is the right thing to do.
1 parent 37e6119 commit 39a323e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/ubuntu.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
package { $datadog_agent::params::package_name:
7575
ensure => $platform_agent_version,
76-
require => [Apt::Source['datadog6'],
76+
require => [Apt::Source['datadog'],
7777
Class['apt::update']],
7878
}
7979

0 commit comments

Comments
 (0)