mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
clean up variable name - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/84
This commit is contained in:
@@ -6,10 +6,10 @@ patch_os_schedule:
|
|||||||
- job_args:
|
- job_args:
|
||||||
- patch.os
|
- patch.os
|
||||||
- when:
|
- when:
|
||||||
{% for day in pillar['patch']['os']['schedule'] %}
|
{% for days in pillar['patch']['os']['schedule'] %}
|
||||||
{% for day, time in day.iteritems() %}
|
{% for day, times in days.iteritems() %}
|
||||||
{% for each_time in time %}
|
{% for time in times %}
|
||||||
- {{day}} {{each_time}}
|
- {{day}} {{time}}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user