github.com/hspak/nomad@v0.7.2-0.20180309000617-bc4ae22a39a5/jobspec/test-fixtures/distinctProperty-constraint.hcl (about)

     1  job "foo" {
     2      constraint {
     3          distinct_property = "${meta.rack}"
     4      }
     5  }