github.com/jrxfive/nomad@v0.6.1-0.20170802162750-1fef470e89bf/jobspec/test-fixtures/version-constraint.hcl (about)

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