mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
SSL is handled differently by Pg, so don't set it here.
This commit is contained in:
parent
cc7c377bcd
commit
7d748bff75
1 changed files with 2 additions and 8 deletions
|
@ -165,19 +165,13 @@ def _get_options(ret=None):
|
|||
'user': 'salt',
|
||||
'pass': 'salt',
|
||||
'db': 'salt',
|
||||
'port': 5432,
|
||||
'ssl_ca': None,
|
||||
'ssl_cert': None,
|
||||
'ssl_key': None}
|
||||
'port': 5432}
|
||||
|
||||
attrs = {'host': 'host',
|
||||
'user': 'user',
|
||||
'pass': 'password',
|
||||
'db': 'database',
|
||||
'port': 'port',
|
||||
'ssl_ca': 'ssl_ca',
|
||||
'ssl_cert': 'ssl_cert',
|
||||
'ssl_key': 'ssl_key'}
|
||||
'port': 'port'}
|
||||
|
||||
|
||||
_options = salt.returners.get_returner_options('returner.{0}'.format(__virtualname__),
|
||||
|
|
Loading…
Add table
Reference in a new issue