From 278cc0e36719aaf1238c8928e7705dc268fadc03 Mon Sep 17 00:00:00 2001 From: santhoshpg Date: Mon, 13 Apr 2020 12:23:42 +0800 Subject: [PATCH] fix incompatible yaml renderer change in 2019.2.0 - https://github.com/saltstack-formulas/consul-formula/pull/40 --- rabbitmq/config.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rabbitmq/config.sls b/rabbitmq/config.sls index ac294c88..796c15d8 100644 --- a/rabbitmq/config.sls +++ b/rabbitmq/config.sls @@ -24,7 +24,7 @@ rabbitmq_vhost_{{ name }}: {{ name }}: rabbitmq_policy.present: {% for value in policy %} - - {{ value }} + - {{ value | json }} {% endfor %} - require: - service: rabbitmq-server