X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/90001cbbdc074c2b383689dc6d26b2dea3bd2150..4f6592f650ae9e91585cca50ed298b1387f38856:/roles/clifford.rb diff --git a/roles/clifford.rb b/roles/clifford.rb index 373b307ad..247125739 100644 --- a/roles/clifford.rb +++ b/roles/clifford.rb @@ -2,6 +2,15 @@ name "clifford" description "Master role applied to clifford" default_attributes( + :exim => { + :rewrites => [ + { + :pattern => "www-data@openstreetmap.org", + :replacement => "forum@noreply.openstreetmap.org", + :flags => "F" + } + ] + }, :networking => { :interfaces => { :internal_ipv4 => { @@ -21,7 +30,7 @@ default_attributes( ) run_list( - "role[ucl-slough]", + "role[ucl]", "role[hp-dl360-g6]", "role[forum]" )