]> git.openstreetmap.org Git - chef.git/blob - cookbooks/systemd/templates/default/environment.erb
Merge pull request #313 from openstreetmap/dependabot/github_actions/actions/cache-v2
[chef.git] / cookbooks / systemd / templates / default / environment.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <% @environment.each do |name,value| -%>
4 <%= name %>="<%= value %>"
5 <% end -%>