From 8afec07ca843bac3eea30e78064a4f9ec39318f5 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 22 Sep 2016 12:35:20 +0100 Subject: [PATCH 1/1] Fix for rubocop --- roles/ridley.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ridley.rb b/roles/ridley.rb index db468a489..d3244ea88 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -3,7 +3,7 @@ description "Master role applied to ridley" default_attributes( :ssl => { - :certificates => ["osmfoundation", "openstreetmap"] + :certificates => %w(osmfoundation openstreetmap) }, :apache => { :ssl => { -- 2.43.2