github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/e2e/terraform/etc/nomad.d/client-windows.hcl (about)

     1  log_file   = "C:\\opt\\nomad\\nomad.log"
     2  plugin_dir = "C:\\opt\\nomad\\plugins"
     3  
     4  client {
     5    enabled = true
     6  }
     7  
     8  plugin "raw_exec" {
     9    config {
    10      enabled = true
    11    }
    12  }