]> git.openstreetmap.org Git - chef.git/commitdiff
Fix for rubocop
authorGrant Slater <git@firefishy.com>
Thu, 22 Sep 2016 11:35:20 +0000 (12:35 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 22 Sep 2016 11:35:38 +0000 (12:35 +0100)
roles/ridley.rb

index db468a48926ab12d93476f0a5bf6c57810a56709..d3244ea8869be1793c9ca07bcbede563e2ef0710 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to ridley"
 
 default_attributes(
   :ssl => {
-    :certificates => ["osmfoundation", "openstreetmap"]
+    :certificates => %w(osmfoundation openstreetmap)
   },
   :apache => {
     :ssl => {