slightly clean default client.config

This commit is contained in:
Alex Dadgar
2017-08-02 13:23:07 -07:00
parent 6c7faecb80
commit 43e7cf3d5c

View File

@@ -29,7 +29,6 @@ job "client" {
template {
data = <<EOF
# Increase log verbosity
log_level = "DEBUG"
data_dir = "/tmp/client{{ env "NOMAD_ALLOC_INDEX" }}"
name = "client-{{ env "NOMAD_ALLOC_INDEX" }}"
@@ -39,10 +38,6 @@ client {
options {
"driver.raw_exec.enable" = "1"
}
meta {
"rack" = "{{env "NOMAD_ALLOC_INDEX" }}"
}
no_host_uuid = true
}
ports {