0
0
mirror of https://github.com/saltstack-formulas/cron-formula.git synced 2024-11-28 05:37:50 +01:00
cron-formula/cron/_mapdata/_mapdata.jinja

14 lines
353 B
Plaintext
Raw Normal View History

# yamllint disable rule:indentation rule:line-length
# {{ grains.get("osfinger", grains.os) }}
---
{#- use salt.slsutil.serialize to avoid encoding errors on some platforms #}
{{ salt["slsutil.serialize"](
"yaml",
map,
default_flow_style=False,
allow_unicode=True,
)
| regex_replace("^\s+'$", "'", multiline=True)
| trim
}}