File: rabbitmqadmin.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 (7 lines) | stat: -rw-r--r-- 144 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
[default]
<% if @ssl && @management_ssl -%>
ssl = True
port = <%= @ssl_management_port %>
<% else -%>
port = <%= @management_port %>
<% end -%>