0
0
mirror of https://github.com/saltstack-formulas/letsencrypt-sh-formula.git synced 2024-11-27 23:07:49 +01:00
letsencrypt-sh-formula/letsencrypt-sh/files/domains.txt

6 lines
199 B
Plaintext
Raw Normal View History

2016-06-21 00:59:06 +02:00
{%- 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 -%}