From: Tom Hughes Date: Tue, 2 Feb 2021 14:24:38 +0000 (+0000) Subject: Fix cookstyle warnings X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/ab37c6746fac4cc0c89b24b9a17a488202295ff2?hp=cf104d6ba87464701b5abe7ce7264ecbc0c261b9 Fix cookstyle warnings --- diff --git a/roles/wiki.rb b/roles/wiki.rb index e70b5f53f..5f863b3c5 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -24,7 +24,7 @@ default_attributes( } }, :exim => { - :trusted_users => ["www-data", "wiki"], + :trusted_users => %w[www-data wiki], :aliases => { :root => "grant" },