mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Add docstring
This commit is contained in:
parent
9b0a786aeb
commit
62f2c87080
@ -19,6 +19,12 @@ log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def get_roster_file(options):
|
||||
'''
|
||||
Find respective roster file.
|
||||
|
||||
:param options:
|
||||
:return:
|
||||
'''
|
||||
template = None
|
||||
if options.get('__disable_custom_roster') and options.get('roster_file'):
|
||||
roster = options.get('roster_file').strip('/')
|
||||
|
Loading…
Reference in New Issue
Block a user