mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add docstring
This commit is contained in:
parent
9b0a786aeb
commit
62f2c87080
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue