mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
wire up enable_event_publisher
This commit is contained in:
1
command/agent/testdata/basic.hcl
vendored
1
command/agent/testdata/basic.hcl
vendored
@@ -130,6 +130,7 @@ server {
|
||||
upgrade_version = "0.8.0"
|
||||
encrypt = "abc"
|
||||
raft_multiplier = 4
|
||||
enable_event_publisher = true
|
||||
|
||||
server_join {
|
||||
retry_join = ["1.1.1.1", "2.2.2.2"]
|
||||
|
||||
1
command/agent/testdata/basic.json
vendored
1
command/agent/testdata/basic.json
vendored
@@ -261,6 +261,7 @@
|
||||
"data_dir": "/tmp/data",
|
||||
"deployment_gc_threshold": "12h",
|
||||
"enabled": true,
|
||||
"enable_event_publisher": true,
|
||||
"enabled_schedulers": [
|
||||
"test"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user