From: Grant Slater Date: Thu, 22 Sep 2016 11:35:20 +0000 (+0100) Subject: Fix for rubocop X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8afec07ca843bac3eea30e78064a4f9ec39318f5 Fix for rubocop --- 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 => {