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

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