1
0
mirror of https://github.com/krislamo/puppet-acme_vault synced 2024-09-19 20:40:36 +00:00
puppet-acme_vault/templates/domain.epp
2018-02-22 14:46:51 -05:00

15 lines
245 B
Plaintext

<%= $acme_script %> \
--issue \
<% if $staging { -%>
--staging \
--server <%= $staging_url %> \
<% } else { -%>
--server <%= $prod_url %>
<% } -%>
--dns dns_lexicon \
--dnssleep 600 \
<% $domains.each |$d| { -%>
--domain "<%= $d %>" \
<% } -%>