Files
nomad/command/agent/test-resources/client_with_basic_template.hcl
2023-08-10 17:27:29 -05:00

13 lines
178 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
client {
enabled = true
template {
disable_file_sandbox = true
function_denylist = []
}
}