added check_mesos_master_metrics.pl
ceeee7d1
Hari Sekhon
committed
1 changed file
check_mesos_master_metrics.pl
/check_mesos_master_metrics.pl-1+1
/check_mesos_master_metrics.pl
Add comment 20
Add comment 21 # XXX: Edit resource name
Add comment 22 resource "github_repository_collaborator" "ci" {
Add comment 23 Minus   repository = "my-repo" # XXX: Edit
Add comment 23 Plus   repository = "my-repo" # XXX: Edit
Add comment 24 username = "my-ci-machine-user" # XXX: Edit
Add comment 25 permission = "pull"
Add comment 26 }