Fix the Scheduling

This commit is contained in:
Mike Reeves
2018-11-26 11:29:22 -05:00
parent 0419d899a1
commit c9aafba285
4 changed files with 4 additions and 19 deletions

View File

@@ -1,5 +0,0 @@
schedule:
highstate:
funtion: state.highstate
minutes: 15
maxrunning: 1

View File

@@ -1,5 +0,0 @@
schedule:
highstate:
funtion: state.highstate
minutes: 15
maxrunning: 1

View File

@@ -1,5 +0,0 @@
schedule:
highstate:
funtion: state.highstate
minutes: 15
maxrunning: 1

View File

@@ -1,5 +1,5 @@
schedule:
highstate:
funtion: state.highstate
minutes: 15
maxrunning: 1
schedule.present:
- function: state.highstate
- minutes: 15
- maxrunning: 1