aboutsummaryrefslogtreecommitdiff
path: root/templates/env.epp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-18 20:35:48 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-20 00:26:09 +0200
commit5e1032519189f3b6fa793cec81833a781a91d8f2 (patch)
tree51a5ba59974e61f7a56128afcb324d49c9f8b7c8 /templates/env.epp
parentInitial add. (diff)
downloadconcourse-5e1032519189f3b6fa793cec81833a781a91d8f2.tar.gz
concourse-5e1032519189f3b6fa793cec81833a781a91d8f2.tar.xz
Rewrote almost everything.
Diffstat (limited to '')
-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 %>
<%- } -%>
<%- } -%>