Example #1
0
def __virtual__():
    '''
    Only load this module if swift
    is installed on this minion.
    '''
    return suos.check_swift()
Example #2
0
File: swift.py Project: DaveQB/salt
def __virtual__():
    '''
    Only load this module if swift
    is installed on this minion.
    '''
    return suos.check_swift()