aboutsummaryrefslogtreecommitdiff
path: root/templates/env.epp
diff options
context:
space:
mode:
Diffstat (limited to 'templates/env.epp')
-rw-r--r--templates/env.epp4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/env.epp b/templates/env.epp
index 8648088..acd8a3d 100644
--- a/templates/env.epp
+++ b/templates/env.epp
@@ -1,9 +1,9 @@
-<%- | Hash[String, Any] $entries
+<%- | Hash[String, Any] $entries,
| -%>
# Environment file for concourse.service
# File managed by Puppet. Local changes WILL be overwritten.
<%- $entries.each |$key, $value| { -%>
<%- unless $value == undef { -%>
-<%= $key %>=<%= $value =%>
+<%= $key %>=<%= $value %>
<%- } -%>
<%- } -%>