mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Stop making changes in 2 places.
This commit is contained in:
parent
d6daaa0292
commit
653f360723
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ def _get_options(ret=None):
|
|||
|
||||
attrs = {'host': 'host',
|
||||
'user': 'user',
|
||||
'pass': 'password',
|
||||
'db': 'database',
|
||||
'pass': 'pass',
|
||||
'db': 'db',
|
||||
'port': 'port'}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue