Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
fix incompatible yaml renderer change in 2019.2.0 - saltstack-formula…
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshpg committed Apr 13, 2020
1 parent 25fe675 commit 278cc0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rabbitmq/config.sls
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rabbitmq_vhost_{{ name }}:
{{ name }}:
rabbitmq_policy.present:
{% for value in policy %}
- {{ value }}
- {{ value | json }}
{% endfor %}
- require:
- service: rabbitmq-server
Expand Down

0 comments on commit 278cc0e

Please sign in to comment.