]> git.openstreetmap.org Git - chef.git/commitdiff
Fix cookstyle warnings
authorTom Hughes <tom@compton.nu>
Tue, 2 Feb 2021 14:24:38 +0000 (14:24 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 2 Feb 2021 14:24:38 +0000 (14:24 +0000)
roles/wiki.rb

index e70b5f53fb77dcc4059053c56569104553fda324..5f863b3c59b4689c7db27646a31655d65f6727f6 100644 (file)
@@ -24,7 +24,7 @@ default_attributes(
     }
   },
   :exim => {
-    :trusted_users => ["www-data", "wiki"],
+    :trusted_users => %w[www-data wiki],
     :aliases => {
       :root => "grant"
     },