mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #23881 from garethgreenaway/23820_2014_7_schedule_list_issue
Fixes to schedule module in 2014.7
This commit is contained in:
commit
0031ca2631
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ def list_(show_all=False, return_yaml=True):
|
|||
for item in schedule[job]:
|
||||
if item not in SCHEDULE_CONF:
|
||||
del schedule[job][item]
|
||||
continue
|
||||
if schedule[job][item] == 'true':
|
||||
schedule[job][item] = True
|
||||
if schedule[job][item] == 'false':
|
||||
|
|
Loading…
Add table
Reference in a new issue