X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/d6a8bad7df4435fe77a72b05cb23c62c945541d5..d5cbd676788c5f642f87e103b2d0fd0c31fcdb07:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index e9f3cb865..523e73c52 100644 --- a/roles/wiki.rb +++ b/roles/wiki.rb @@ -11,7 +11,14 @@ default_attributes( :trusted_users => [ "www-data" ], :aliases => { :root => "grant" - } + }, + :rewrites => [ + { + :pattern => "www-data@openstreetmap.org", + :replacement => "wiki@noreply.openstreetmap.org", + :flags => "F" + } + ] }, :memcached => { :memory_limit => 1024,