github.com/superfly/nomad@v0.10.5-fly/jobspec/test-fixtures/distinctHosts-constraint.hcl (about)

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