open-nomad/jobspec/test-fixtures/distinctHosts-constraint.hcl

6 lines
69 B
HCL
Raw Normal View History

2015-10-23 00:41:35 +00:00
job "foo" {
constraint {
distinct_hosts = "true"
2015-10-23 00:41:35 +00:00
}
}