mirror of
https://github.com/saltstack-formulas/letsencrypt-sh-formula.git
synced 2024-11-27 23:07:49 +01:00
6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
|
{%- from "letsencrypt-sh/map.jinja" import letsencrypt_sh with context -%}
|
||
|
# This file is managed by Salt, do not edit by hand!
|
||
|
{% for domain in letsencrypt_sh.domains -%}
|
||
|
{{ domain }}
|
||
|
{% endfor -%}
|