X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ddc3ef7fe89b9e5773d82f129931ed374a19f5d5..d5cbd676788c5f642f87e103b2d0fd0c31fcdb07:/roles/wiki.rb diff --git a/roles/wiki.rb b/roles/wiki.rb index 0446cca06..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, @@ -32,5 +39,6 @@ default_attributes( ) run_list( + "recipe[elasticsearch]", "recipe[wiki]" )