8 lines
149 B
Plaintext
8 lines
149 B
Plaintext
|
{%- import_yaml "cron/defaults.yaml" as defaults %}
|
||
|
|
||
|
{%- set cron = salt['pillar.get'](
|
||
|
'cron',
|
||
|
default=defaults.cron,
|
||
|
merge=True
|
||
|
)
|
||
|
-%}
|