]> git.openstreetmap.org Git - chef.git/commitdiff
Add wiki to trusted sendmail users
authorGrant Slater <git@firefishy.com>
Tue, 2 Feb 2021 12:33:23 +0000 (12:33 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 2 Feb 2021 12:33:23 +0000 (12:33 +0000)
roles/wiki.rb

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