mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #38058 from rallytime/remove-init-db-dep
Remove initdb dependency in postgres module
This commit is contained in:
commit
c9933670f9
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ def __virtual__():
|
|||
Only load this module if the psql bin exist.
|
||||
initdb bin might also be used, but its presence will be detected on runtime.
|
||||
'''
|
||||
utils = ['psql', 'initdb']
|
||||
utils = ['psql']
|
||||
if not HAS_CSV:
|
||||
return False
|
||||
for util in utils:
|
||||
|
|
Loading…
Add table
Reference in a new issue