From a3ac26667e7b8078d7bdd00f4e9e39cb4fa158e9 Mon Sep 17 00:00:00 2001 From: Jason Royle Date: Fri, 17 Mar 2017 12:00:11 +0000 Subject: [PATCH] Enabled booleans and numbers in configuration --- templates/rabbitmq.config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rabbitmq.config.j2 b/templates/rabbitmq.config.j2 index 64ebc9e..450db4c 100644 --- a/templates/rabbitmq.config.j2 +++ b/templates/rabbitmq.config.j2 @@ -6,4 +6,4 @@ {% from "templates/config-encoder-macros/macros/erlang_encode_macro.j2" import erlang_encode with context -%} -{{ erlang_encode(rabbitmq_config) }} +{{ erlang_encode(rabbitmq_config, convert_bools=true, convert_nums=true) }}