github.com/hernad/nomad@v1.6.112/e2e/terraform/etc/nomad.d/client-windows.hcl (about)

     1  # Copyright (c) HashiCorp, Inc.
     2  # SPDX-License-Identifier: MPL-2.0
     3  
     4  log_file   = "C:\\opt\\nomad\\nomad.log"
     5  plugin_dir = "C:\\opt\\nomad\\plugins"
     6  
     7  client {
     8    enabled = true
     9  }
    10  
    11  plugin "raw_exec" {
    12    config {
    13      enabled = true
    14    }
    15  }