github.com/zhizhiboom/nomad@v0.8.5-0.20180907175415-f28fd3a1a056/jobspec/test-fixtures/distinctHosts-constraint.hcl (about)

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