File: rabbitmq-env.conf.erb

package info (click to toggle)
puppet-module-puppetlabs-rabbitmq 5.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 824 kB
  • ctags: 113
  • sloc: ruby: 4,327; sh: 15; makefile: 12
file content (5 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (2)
1
2
3
4
5
<%- @environment_variables.keys.sort.each do |key| -%>
<%- if @environment_variables[key] != 'UNSET' -%>
<%= key %>=<%= @environment_variables[key] %>
<%- end -%>
<%- end -%>