mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
hclfmt on some config files (#11611)
This commit is contained in:
@@ -36,6 +36,6 @@ plugin "nomad-driver-ecs" {
|
||||
}
|
||||
|
||||
vault {
|
||||
enabled = true
|
||||
address = "http://active.vault.service.consul:8200"
|
||||
enabled = true
|
||||
address = "http://active.vault.service.consul:8200"
|
||||
}
|
||||
|
||||
@@ -20,8 +20,8 @@ consul {
|
||||
}
|
||||
|
||||
vault {
|
||||
enabled = true
|
||||
address = "https://active.vault.service.consul:8200"
|
||||
enabled = true
|
||||
address = "https://active.vault.service.consul:8200"
|
||||
|
||||
ca_file = "/etc/nomad.d/tls/ca.crt"
|
||||
cert_file = "/etc/nomad.d/tls/agent.crt"
|
||||
|
||||
Reference in New Issue
Block a user