File: rabbitmq-env.conf.erb

package info (click to toggle)
puppet-module-puppetlabs-rabbitmq 8.5.0-10
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,192 kB
  • sloc: ruby: 5,227; sh: 10; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (4)
1
2
3
4
5
<% @environment_variables.sort.each do |key, value| -%>
  <%- unless value.nil? -%>
<%= key %>=<%= value %>
  <%- end -%>
<% end -%>