Fix ssl key template
authorJulien Cristau <jcristau@debian.org>
Tue, 3 Oct 2017 06:59:30 +0000 (08:59 +0200)
committerJulien Cristau <jcristau@debian.org>
Tue, 3 Oct 2017 07:00:32 +0000 (09:00 +0200)
modules/ssl/templates/key.erb

index 29f969b..3fc0794 100644 (file)
@@ -1,5 +1,5 @@
 <%=
-  fn = "/srv/puppet.torproject.org/from-letsencrypt/#{@name}.key"
+  fn = "/srv/puppet.debian.org/from-letsencrypt/#{@name}.key"
   out = File.read(fn)
   out
 %>