From 3dc415024998cccd9fc1a82f2730673b0d04856a Mon Sep 17 00:00:00 2001 From: Brian Dwyer Date: Fri, 17 Mar 2017 16:37:15 -0400 Subject: [PATCH] Policies Attribute Fix Policies is a hash --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index 3dc6cb43..a24909d8 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -151,7 +151,7 @@ # per default all policies and disabled policies are empty but need to be # defined -default['rabbitmq']['policies'] = [] +default['rabbitmq']['policies'] = {} default['rabbitmq']['disabled_policies'] = [] # Example HA policies