Skip to content

Commit

Permalink
Merge pull request #132 from zarry/patch-1
Browse files Browse the repository at this point in the history
update rabbitmq_policy definition to properly enter params
  • Loading branch information
kennonkwok committed Aug 28, 2014
2 parents bc6b3c0 + 891d197 commit 58df058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ sets or clears a rabbitmq policy.
```ruby
rabbitmq_policy "ha-all" do
pattern "^(?!amq\\.).*"
params {"ha-mode"=>"all"}
params ({"ha-mode"=>"all"})
priority 1
action :set
end
Expand Down

0 comments on commit 58df058

Please sign in to comment.