github.com/ranjib/nomad@v0.1.1-0.20160225204057-97751b02f70b/jobspec/test-fixtures/distinctHosts-constraint.hcl (about)

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