mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add connecting_settings to boto_elb state attributes list (#33936)
Refs #31499
This commit is contained in:
parent
91a2184f2d
commit
2dc1914e7c
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ passed in as a dict, or as a string to pull from pillars or minion config:
|
|||
s3_bucket_name: 'mybucket'
|
||||
s3_bucket_prefix: 'my-logs'
|
||||
emit_interval: 5
|
||||
connecting_settings:
|
||||
idle_timeout: 60
|
||||
- cnames:
|
||||
- name: mycname.example.com.
|
||||
zone: example.com.
|
||||
|
|
Loading…
Add table
Reference in a new issue