Skip to content

Commit

Permalink
dont install the package, until after apt-get update runs
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyt committed Dec 19, 2011
1 parent 5c86a0b commit 33ae6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/ubuntu.pp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

package { "datadog-agent":
ensure => latest,
require => File["/etc/apt/sources.list.d/datadog.list"],
require => [ File["/etc/apt/sources.list.d/datadog.list"], Exec['datadog_apt-get_update'] ],
}

service { "datadog-agent":
Expand Down

0 comments on commit 33ae6ee

Please sign in to comment.