Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
353B

  1. # yamllint disable rule:indentation rule:line-length
  2. # {{ grains.get("osfinger", grains.os) }}
  3. ---
  4. {#- use salt.slsutil.serialize to avoid encoding errors on some platforms #}
  5. {{ salt["slsutil.serialize"](
  6. "yaml",
  7. map,
  8. default_flow_style=False,
  9. allow_unicode=True,
  10. )
  11. | regex_replace("^\s+'$", "'", multiline=True)
  12. | trim
  13. }}