mirror of
https://github.com/kemko/nomad.git
synced 2026-01-10 12:25:42 +03:00
[COMPLIANCE] Add Copyright and License Headers
This commit is contained in:
committed by
GitHub
parent
b8a472d692
commit
f005448366
3
command/agent/testdata/basic.hcl
vendored
3
command/agent/testdata/basic.hcl
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
# This file was used to generate basic.json from https://www.hcl2json.com/
|
||||
region = "foobar"
|
||||
|
||||
|
||||
3
command/agent/testdata/config-slices.hcl
vendored
3
command/agent/testdata/config-slices.hcl
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
client "chroot_env" {
|
||||
"e0" = "baz"
|
||||
}
|
||||
|
||||
3
command/agent/testdata/non-optional.hcl
vendored
3
command/agent/testdata/non-optional.hcl
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
client {
|
||||
memory_total_mb = 5555
|
||||
}
|
||||
|
||||
3
command/agent/testdata/obj-len-one.hcl
vendored
3
command/agent/testdata/obj-len-one.hcl
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
client {
|
||||
options {
|
||||
driver.allowlist = "docker"
|
||||
|
||||
3
command/agent/testdata/plugin.hcl
vendored
3
command/agent/testdata/plugin.hcl
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
client {
|
||||
memory_total_mb = 5555
|
||||
}
|
||||
|
||||
3
command/agent/testdata/sample1/sample2.hcl
vendored
3
command/agent/testdata/sample1/sample2.hcl
vendored
@@ -1,3 +1,6 @@
|
||||
# Copyright (c) HashiCorp, Inc.
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
|
||||
"advertise" = {
|
||||
"http" = "host.example.com"
|
||||
"rpc" = "host.example.com"
|
||||
|
||||
Reference in New Issue
Block a user