0
0
mirror of https://github.com/saltstack-formulas/letsencrypt-sh-formula.git synced 2024-11-27 20:57:47 +01:00
letsencrypt-sh-formula/letsencrypt-sh/files/domains.txt
Raphaël Hertzog dcfdc638b9 Initial commit
2016-06-21 12:33:55 +02:00

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 -%}