Update 3rdparty rabbitmq module
[mirror/dsa-puppet.git] / 3rdparty / modules / rabbitmq / templates / rabbitmq-env.conf.erb
1 <% @environment_variables.sort.each do |key, value| -%>
2   <%- unless value.nil? -%>
3 <%= key %>=<%= value %>
4   <%- end -%>
5 <% end -%>