mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-03 03:58:01 +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 = `
|
consulhcl = `
|
||||||
backend "consul" {
|
backend "consul" {
|
||||||
prefix = "foo/"
|
prefix = "foo/"
|
||||||
advertise_addr = "http://127.0.0.1:8200"
|
advertise_addr = "http://127.0.0.1:8200"
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
haconsulhcl = `
|
haconsulhcl = `
|
||||||
ha_backend "consul" {
|
ha_backend "consul" {
|
||||||
prefix = "bar/"
|
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