Bootstrap failed, retrying

This commit is contained in:
Claudiu Popescu 2015-12-01 15:35:16 +02:00
parent bd729cb3ea
commit f336c44630

View file

@ -30,6 +30,7 @@ def __virtual__():
def _get_minor_version():
# Set default version to 6 for tests
version = 6
cmd = 'gluster --version'
result = __salt__['cmd.run'](cmd).splitlines()