Stop hardcoding /srv/puppet.debian.org/from-letsencrypt/ all over the place
[mirror/dsa-puppet.git] / modules / ssl / templates / crt.erb
1 <%=
2   dir = scope().call_function('hiera', ['paths.letsencrypt_dir'])
3   fn = "#{dir}/#{@name}.crt"
4   out = File.read(fn)
5   out
6 %>