Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8392354
rabbitmq.config.erb
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
937 B
Subscribers
None
rabbitmq.config.erb
View Options
%
This
file
managed
by
Puppet
%
Template
Path
:
<%=
@module_name
%>
/templates/
rabbitmq
.
config
[
{rabbit, [
<%
if
@config_cluster
-%>
{cluster_nodes, {[
<%=
@_cluster_nodes
.
map
{
|
n
|
"
\'
rabbit@
#{
n
}
\'
"
}
.
join
(
', '
)
%>
],
<%=
@cluster_node_type
%>
}},
<%
end
-%>
<%-
if
@ssl
%>
{ssl_listeners, [
<%=
@ssl_management_port
%>
]},
{ssl_options, [{cacertfile,"
<%=
@ssl_cacert
%>
"},
{certfile,"
<%=
@ssl_cert
%>
"},
{keyfile,"
<%=
@ssl_key
%>
"},
{verify,verify_none},
{fail_if_no_peer_cert,false}]},
<%-
end
-%>
{default_user, <<"
<%=
@default_user
%>
">>},
{default_pass, <<"
<%=
@default_pass
%>
">>}
]}
<%
if
@config_stomp
-%>
,
%
Configure
the
Stomp
Plugin
listening
port
{rabbitmq_stomp, [
{tcp_listeners, [
<%=
@stomp_port
%>
]}
<%-
if
@ssl_stomp_port
-%>
,
{ssl_listeners, [
<%=
@ssl_stomp_port
%>
]}
<%-
end
-%>
]}
<%-
end
-%>
].
%
EOF
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:57 PM (10 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3398879
Attached To
R198 puppet-puppet-rabbitmq
Event Timeline
Log In to Comment