github.com/dkerwin/nomad@v0.3.3-0.20160525181927-74554135514b/jobspec/test-fixtures/distinctHosts-constraint.hcl (about)

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