splay highstate schedule 2minutes for non managers

This commit is contained in:
Josh Patterson
2025-07-22 11:52:50 -04:00
parent 442aecb9f4
commit 669d219fdc

View File

@@ -1,5 +1,10 @@
{% from 'vars/globals.map.jinja' import GLOBALS %}
highstate_schedule:
schedule.present:
- function: state.highstate
- minutes: 15
- maxrunning: 1
{% if not GLOBALS.is_manager %}
- splay: 120
{% endif %}