move to puppetlabs rabbitmq module
[mirror/dsa-puppet.git] / 3rdparty / modules / rabbitmq / templates / rabbitmq-env.conf.erb
1 <%- @environment_variables.keys.sort.each do |key| -%>
2 <%- if @environment_variables[key] != 'UNSET' -%>
3 <%= key %>=<%= @environment_variables[key] %>
4 <%- end -%>
5 <%- end -%>