mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Fix filebeat.conf
This commit is contained in:
parent
8683095ca8
commit
b402122798
@ -57,7 +57,7 @@ else:
|
||||
|
||||
for out in config['output'].keys():
|
||||
if out in tls:
|
||||
out_enabled = out.get('enabled', True):
|
||||
out_enabled = out.get('enabled', True)
|
||||
out_ssl = {}
|
||||
config['output'][out]['ssl'] = out_ssl
|
||||
out_ssl['enabled'] = out_enabled
|
||||
|
Loading…
Reference in New Issue
Block a user