aboutsummaryrefslogtreecommitdiff
path: root/templates/env.epp
blob: 864808859e8bb86c376279f24b31eafcd90b5711 (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 =%>
<%- } -%>
<%- } -%>