mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
7 lines
97 B
HCL
7 lines
97 B
HCL
job "foo" {
|
|
constraint {
|
|
attribute = "$attr.kernel.version"
|
|
version = "~> 3.2"
|
|
}
|
|
}
|