open-nomad/jobspec/test-fixtures/distinctHosts-constraint.hcl

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
129 B
HCL
Raw Normal View History

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
2015-10-23 00:41:35 +00:00
job "foo" {
2019-07-20 14:55:07 +00:00
constraint {
distinct_hosts = "true"
}
2015-10-23 00:41:35 +00:00
}