github.com/ferranbt/nomad@v0.9.3-0.20190607002617-85c449b7667c/jobspec/test-fixtures/distinctHosts-constraint.hcl (about)

     1  job "foo" {
     2      constraint {
     3          distinct_hosts = "true"
     4      }
     5  }