aboutsummaryrefslogtreecommitdiff
path: root/example/agent.hcl
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-11-28 17:06:00 +0100
committerAlex Auvolat <alex@adnab.me>2022-11-28 17:06:00 +0100
commit63e31b9ed97f34f4ea709f505c37f5e8968a0f36 (patch)
treedc01c11a7a7340c774a5b66ce40fc3962df2a094 /example/agent.hcl
parentcf4285e812e58c3e87583e3efa13897b7ad38dd0 (diff)
downloadnomad-driver-nix2-63e31b9ed97f34f4ea709f505c37f5e8968a0f36.tar.gz
nomad-driver-nix2-63e31b9ed97f34f4ea709f505c37f5e8968a0f36.zip
Not work ; must fix executor for symlink
Diffstat (limited to 'example/agent.hcl')
-rw-r--r--example/agent.hcl10
1 files changed, 5 insertions, 5 deletions
diff --git a/example/agent.hcl b/example/agent.hcl
index c9dd670..f25b095 100644
--- a/example/agent.hcl
+++ b/example/agent.hcl
@@ -1,7 +1,7 @@
-log_level = "TRACE"
+#log_level = "TRACE"
-plugin "hello-driver" {
- config {
- shell = "bash"
- }
+client {
+}
+
+plugin "exec2" {
}