Restored missing initdb #37935

Realised I missed off the initdb check so I've restored it as before.
This commit is contained in:
Scott Walton 2016-11-29 15:43:57 +00:00
parent a041b9f8e8
commit d33d403969

View file

@ -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: