mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Restored missing initdb #37935
Realised I missed off the initdb check so I've restored it as before.
This commit is contained in:
parent
a041b9f8e8
commit
d33d403969
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ def __virtual__():
|
|||
'''
|
||||
Only load this module if the psql and initdb bin exist
|
||||
'''
|
||||
utils = ['psql']
|
||||
utils = ['psql', 'initdb']
|
||||
if not HAS_CSV:
|
||||
return False
|
||||
for util in utils:
|
||||
|
|
Loading…
Add table
Reference in a new issue