commit | 0f236aec391bcaaa3721e4789b5583384261c78f | [log] [tgz] |
---|---|---|
author | Michel Nederlof <mnederlof@cloudvps.com> | Thu Jun 22 14:54:03 2017 +0200 |
committer | Michel Nederlof <mnederlof@cloudvps.com> | Thu Jun 22 14:54:03 2017 +0200 |
tree | 3b275fc6df47adef894154aaab46e1b2c987b8ba | |
parent | aecb6eaf221b11bf9ee6af7f16f5080a71d4629f [diff] |
Allow setting the priority for a rabbitmq policy
diff --git a/rabbitmq/server/vhost.sls b/rabbitmq/server/vhost.sls index 6e06ede..f53019c 100644 --- a/rabbitmq/server/vhost.sls +++ b/rabbitmq/server/vhost.sls
@@ -33,6 +33,7 @@ - name: {{ policy.name }} - pattern: {{ policy.pattern }} - definition: {{ policy.definition|json }} + - priority: {{ policy.get('priority', 0)|int }} - vhost: {{ host_name }} - require: - service: rabbitmq_service