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:
|
||||
- patch.os
|
||||
- when:
|
||||
{% for day in pillar['patch']['os']['schedule'] %}
|
||||
{% for day, time in day.iteritems() %}
|
||||
{% for each_time in time %}
|
||||
- {{day}} {{each_time}}
|
||||
{% for days in pillar['patch']['os']['schedule'] %}
|
||||
{% for day, times in days.iteritems() %}
|
||||
{% for time in times %}
|
||||
- {{day}} {{time}}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user