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

6 lines
61 B
HCL
Raw Normal View History

2015-10-23 00:41:35 +00:00
job "foo" {
2019-07-20 14:55:07 +00:00
constraint {
distinct_hosts = "true"
}
2015-10-23 00:41:35 +00:00
}