X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ed5c7d0d587675ea405180db5d58ef9692dea871..dadcad86e0cf7122fe094992455e26443023dac9:/cookbooks/systemd/templates/default/environment.erb diff --git a/cookbooks/systemd/templates/default/environment.erb b/cookbooks/systemd/templates/default/environment.erb new file mode 100644 index 000000000..6de92241f --- /dev/null +++ b/cookbooks/systemd/templates/default/environment.erb @@ -0,0 +1,5 @@ +# DO NOT EDIT - This file is being maintained by Chef + +<% @environment.each do |name,value| -%> +<%= name %>="<%= value %>" +<% end -%>