aboutsummaryrefslogtreecommitdiff
path: root/templates/env.epp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/env.epp9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/env.epp b/templates/env.epp
new file mode 100644
index 0000000..8648088
--- /dev/null
+++ b/templates/env.epp
@@ -0,0 +1,9 @@
+<%- | 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 =%>
+<%- } -%>
+<%- } -%>