We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83aa697 + 207700b commit 0968945Copy full SHA for 0968945
templates/rabbitmq-env.conf.epp
@@ -1,5 +1,5 @@
1
<% $rabbitmq::config::environment_variables.keys.sort.each |$k| { -%>
2
- <%- unless $rabbitmq::config::environment_variables[$k] == Undef {-%>
+ <%- unless $rabbitmq::config::environment_variables[$k] =~ Undef {-%>
3
<%= $k %>=<%= $rabbitmq::config::environment_variables[$k] %>
4
<%-} -%>
5
<% } -%>
0 commit comments