github.com/ncodes/nomad@v0.5.7-0.20170403112158-97adf4a74fb3/jobspec/test-fixtures/version-constraint.hcl (about)

     1  job "foo" {
     2      constraint {
     3          attribute = "$attr.kernel.version"
     4          version = "~> 3.2"
     5      }
     6  }