aboutsummaryrefslogtreecommitdiff
path: root/templates/env.epp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-15 19:03:23 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-15 19:03:23 +0200
commit73b98210f69455b33116f8c2ca3aab6daf473bab (patch)
tree1c059346ab41ac895ddbf1e7b4cc10918b6cdb18 /templates/env.epp
parentInitial commit. (diff)
downloadconcourse-73b98210f69455b33116f8c2ca3aab6daf473bab.tar.gz
concourse-73b98210f69455b33116f8c2ca3aab6daf473bab.tar.xz
Initial add.
Diffstat (limited to 'templates/env.epp')
-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 =%>
+<%- } -%>
+<%- } -%>