move to puppetlabs rabbitmq module
[mirror/dsa-puppet.git] / 3rdparty / modules / rabbitmq / templates / rabbitmq-env.conf.erb
diff --git a/3rdparty/modules/rabbitmq/templates/rabbitmq-env.conf.erb b/3rdparty/modules/rabbitmq/templates/rabbitmq-env.conf.erb
new file mode 100644 (file)
index 0000000..0c6b5d1
--- /dev/null
@@ -0,0 +1,5 @@
+<%- @environment_variables.keys.sort.each do |key| -%>
+<%- if @environment_variables[key] != 'UNSET' -%>
+<%= key %>=<%= @environment_variables[key] %>
+<%- end -%>
+<%- end -%>