We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fef375 commit 6e7a6bfCopy full SHA for 6e7a6bf
templates/source_deb822.epp
@@ -32,5 +32,5 @@ Check-Valid-Until: <%= $check_valid_until %>
32
Signed-By: <% if type($signed_by) =~ Type[Array] { -%><%- $signed_by.each |String $keyring| { -%><%= $keyring %> <% } -%>
33
<%- } -%>
34
<%- elsif type($signed_by) =~ Type[String] { -%>
35
- <%= $signed_by -%>
+<%= $signed_by -%>
36
<%- }} %>
0 commit comments