``` --- a/cookbooks/nomad/files/etc/nomad.d/server.hcl +++ b/cookbooks/nomad/files/etc/nomad.d/server.hcl @@ -1,4 +1,4 @@ server { enabled = true - bootstrap_expect = 1 + bootstrap_expect = 3 } ```
5 lines
60 B
HCL
5 lines
60 B
HCL
server {
|
|
enabled = true
|
|
bootstrap_expect = 3
|
|
}
|