mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
Use spaces in tests to be consistent
The rest of the tests here use spaces, not tabs
This commit is contained in:
@@ -32,13 +32,13 @@ listener "tcp" {
|
||||
consulhcl = `
|
||||
backend "consul" {
|
||||
prefix = "foo/"
|
||||
advertise_addr = "http://127.0.0.1:8200"
|
||||
advertise_addr = "http://127.0.0.1:8200"
|
||||
}
|
||||
`
|
||||
haconsulhcl = `
|
||||
ha_backend "consul" {
|
||||
prefix = "bar/"
|
||||
advertise_addr = "http://127.0.0.1:8200"
|
||||
advertise_addr = "http://127.0.0.1:8200"
|
||||
}
|
||||
`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user