aboutsummaryrefslogtreecommitdiff
path: root/templates/env.epp
blob: acd8a3d1a947e8a851d198ae286325ff9318c955 (plain)
1
2
3
4
5
6
7
8
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 %>
<%- } -%>
<%- } -%>