Skip to content

Commit

Permalink
Merge pull request #1487 from habitat-sh/jeremymv2/enable_dd_on_workers
Browse files Browse the repository at this point in the history
we want to start DD agent on the build workers
  • Loading branch information
jeremymv2 authored Aug 13, 2020
2 parents 3d548c5 + 1efcda7 commit 6ad6d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/instances.tf
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ resource "aws_instance" "worker" {
"sudo sed -i \"$ a tags: env:${var.env}, role:worker\" /etc/dd-agent/datadog.conf",
"sudo sed -i \"$ a use_dogstatsd: yes\" /etc/dd-agent/datadog.conf",
"sudo cp /tmp/builder.logrotate /etc/logrotate.d/builder",
"sudo /etc/init.d/datadog-agent stop",
"sudo /etc/init.d/datadog-agent start",
]
}

Expand Down

0 comments on commit 6ad6d92

Please sign in to comment.