Skip to content

Commit

Permalink
we want to enable DD agent on the build workers
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy J. Miller <jm@chef.io>
  • Loading branch information
jeremymv2 committed Aug 13, 2020
1 parent 3d548c5 commit 1efcda7
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 1efcda7

Please sign in to comment.