mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
s3 client settings path fix
This commit is contained in:
parent
d4f34bb551
commit
5374bed223
@ -118,7 +118,7 @@ if tls:
|
||||
s3 = pillar('elastic:config:repository-s3', {})
|
||||
if len(s3) > 0:
|
||||
s3_prefix = 's3.client.default.'
|
||||
for param,value in s3.items():
|
||||
for param,value in s3['client'].items():
|
||||
config[s3_prefix + param] = value
|
||||
|
||||
dictupdate.update(config, pillar('elastic:config'))
|
||||
|
Loading…
Reference in New Issue
Block a user