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

15 lines
245 B
Plaintext
Raw Normal View History

2018-02-22 19:46:51 +00:00
<%= $acme_script %> \
--issue \
<% if $staging { -%>
--staging \
--server <%= $staging_url %> \
<% } else { -%>
--server <%= $prod_url %>
<% } -%>
--dns dns_lexicon \
--dnssleep 600 \
<% $domains.each |$d| { -%>
--domain "<%= $d %>" \
<% } -%>