mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Fix elasticsearch.config syntax (#43)
This commit is contained in:
parent
eb5c468d4c
commit
7f8b4bb003
@ -71,7 +71,7 @@ config = {
|
||||
},
|
||||
'bootstrap': {'memory_lock': True},
|
||||
'discovery': {},
|
||||
'cluster': {}
|
||||
'cluster': {},
|
||||
'network': { 'host': '${HOSTNAME}' },
|
||||
'http': { 'port': 9200 },
|
||||
'gateway': {
|
||||
|
Loading…
Reference in New Issue
Block a user